Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

CSGO unsupported anymore #5

@Tetragromaton

Description

@Tetragromaton

By using your base plugin as example i did the following plugin(code below) and vote doesn't start.

`RegAdminCmd("DebugVote", GS, ADMFLAG_ROOT);
public Action GS(client,args)
{

new Handle:vote = NativeVotes_Create(YesNoHandler, NativeVotesType_Kick);

NativeVotes_SetInitiator(vote, client);
NativeVotes_SetDetails(vote, "Test Yes/No Vote");
NativeVotes_DisplayToAll(vote, 30);

}
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions