[Pedido] Algunes comandos [AJUDA]
#6

Ficando assim:
pawn Код:
new bool:UsouColete[MAX_PLAYERS];
No Comando de pegar o colete coloque:
pawn Код:
if(!strcmp(cmdtext, "/colete", true))
{
if(UsouColete[playerid] == true) return SendClientMessage(playerid,-1,"Voce ja usou este comando");
GivePlayerArmou.....
UsouColete[playerid] = true;
return 1;
}
OnPlayerDeath:
pawn Код:
UsouColete[playerid] = false;
@EDIT
Desculpa pelo Double...
Reply


Messages In This Thread
Algunes comandos [AJUDA] - by FusyoN01 - 01.08.2012, 01:40
Re: Alguns comandos [AJUDA] - by FusyoN01 - 01.08.2012, 14:46
Re: Algunes comandos [AJUDA] - by BreakDriFT - 01.08.2012, 14:49
Re: Algunes comandos [AJUDA] - by FusyoN01 - 01.08.2012, 15:05
Re: Algunes comandos [AJUDA] - by BreakDriFT - 01.08.2012, 15:05
Re: Algunes comandos [AJUDA] - by BreakDriFT - 01.08.2012, 15:09

Forum Jump:


Users browsing this thread: 2 Guest(s)