08.10.2013, 22:31
pawn Код:
new incorrida[ MAX_PLAYERS ];
CMD:ircorrida(playerid)
{
incorrida[ playerid ] = 1;
return 1;
}
CMD:rv(playerid)
{
if(incorrida[playerid]) return SendClientMessage(playerid, -1,"Vocк esta em um evento, portanto nгo pode usar este comando");
// outras funcoes
return 1;
}