16.05.2012, 16:19
maybe don't use strcmp D:
i will write something. i don't know if it will work
i will write something. i don't know if it will work
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(success) // this check if the command is right.
{
if(IsPlayerInAnyDynamicArea(playerid)) return 0; // if player in any dynamic area , the command fail
}
return 1;
}