[Tutorial] [TUT] Comando /sair (Bom para Gang War)
#10

Quote:
Originally Posted by DraKoN
Vocк tem Idйia de como faz o Anti-/q?
no OnPlayerCommandText:

pawn Code:
if (strcmp("/q", cmdtext, true, 10) == 0)
{
  new string[44],pName[MAX_PLAYER_NAME];
  GetPlayerName(playerid, pName, sizeof(pName));
  format(string, sizeof(string), "%s usou o comando /q.",pName);
  SendClientMessageToAll(0xFFFFFFFF, string);
}
Reply


Messages In This Thread
[TUT] Comando /sair (Bom para Gang War) - by ipsBruno - 17.04.2010, 18:48
Re: [TUT] Comando /sair (Bom para Gang War) - by SuB_ZeRo0_ - 17.04.2010, 18:52
Re: [TUT] Comando /sair (Bom para Gang War) - by ipsBruno - 17.04.2010, 18:54
Re: [TUT] Comando /sair (Bom para Gang War) - by RoamPT - 17.04.2010, 19:11
Re: [TUT] Comando /sair (Bom para Gang War) - by ipsBruno - 17.04.2010, 19:21
Re: [TUT] Comando /sair (Bom para Gang War) - by GhOsT[X] - 18.04.2010, 04:50
Re: [TUT] Comando /sair (Bom para Gang War) - by andmeida10 - 18.04.2010, 10:05
Re: [TUT] Comando /sair (Bom para Gang War) - by SlashPT - 18.04.2010, 13:43
Re: [TUT] Comando /sair (Bom para Gang War) - by ipsBruno - 18.04.2010, 14:00
Re: [TUT] Comando /sair (Bom para Gang War) - by andmeida10 - 18.04.2010, 14:56

Forum Jump:


Users browsing this thread: 1 Guest(s)