[Ajuda] Limitar um comando
#10

Em qualquer parte do gamemode coloque isso (nгo pode estar dentro de nenhuma public).
PHP код:
new UsouComandoTT[MAX_PLAYER_NAME] = 0
PHP код:
if(strcmp(cmdtext,"/tocarterror",true)==0)
{
    if(
UsouComandoTT[playerid] == 1)
        return 
SendClientMessage(playeridVERMELHO"[ERRO] Vocк nгo pode utilizar este comando mais de uma vez por login.");
    new 
player[128];
    new 
tmp[128];
    
GivePlayerWeapon(playerid,16,999);
    
GetPlayerName(playerid,player,sizeof(player));
    
format(tmp,sizeof(tmp),"ATENЗГO: O Player %s (%d) Ficou Doidгo Corram!",player,playerid);
    
SendClientMessageToAll(VERMELHO,tmp);
    
UsouComandoTT[playerid] = 1;

Reply


Messages In This Thread
Limitar um comando - by NascimentoRJ - 03.11.2015, 02:57
Re: Limitar um comando - by Artista - 03.11.2015, 03:07
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 03:24
Re: Limitar um comando - by NascimentoRJ - 03.11.2015, 03:40
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 03:42
Re: Limitar um comando - by NascimentoRJ - 03.11.2015, 03:54
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 04:02
Re: Limitar um comando - by NascimentoRJ - 03.11.2015, 04:04
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 04:05
Re: Limitar um comando - by Galhardo - 03.11.2015, 12:32

Forum Jump:


Users browsing this thread: 2 Guest(s)