28.11.2013, 17:37
remova isso
if( GetPVarInt( playerid, "TempoComando" ) > GetTickCount() ) return SendClientMessage( playerid, -1, "Comando sу poder ser usado a cada 2 minutos." );
SetPVarInt( playerid, "TempoComando", GetTickCount() + 120000 );
if( GetPVarInt( playerid, "TempoComando" ) > GetTickCount() ) return SendClientMessage( playerid, -1, "Comando sу poder ser usado a cada 2 minutos." );
SetPVarInt( playerid, "TempoComando", GetTickCount() + 120000 );