05.10.2015, 10:08
Yeah its defined as a bool.
pawn Код:
new Bool:OnBoard[MAX_PLAYERS];
if(dialogid == GAME_DIALOG)
{
if(response)
{
OnBoard[playerid] = false;
return 1;
}
}