17.07.2011, 10:18
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(GetPVarInt(playerid, "UsingKillstreak") == 1) return SendError(playerid, "You cannot use command while using a killstreak");
return 1;
}
This failed to work, I can still type the command...
Does anyone have a fix for this?