[AJUDA]Settimer em Comando
#2

no topo abaixo das defines
pawn Код:
new Aguardar[MAX_PLAYERS];
um exemplo do meu comando... e so vc colocar e mudar pelo seu.... as confg

pawn Код:
CMD:vip(playerid, params[])
{
#pragma unused params
if( PlayerVip[ playerid ] != 1 ) return SendClientMessage( playerid, 0xC9170EFF, "[ERROR]{FFFFFF} : Vocк Nгo й Um Membro Vip !!!");
if(GetTickCount() - Aguardar[playerid] < 60000) return SendClientMessage(playerid,0xD8D8D8FF,"Aguarde 1 Minutos Para Usar Este Comando Novamente.");
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid,24,5800);
GivePlayerWeapon(playerid,29,5800);
GivePlayerWeapon(playerid,30,5800);
SetPlayerHealth(playerid,99);
SetPlayerArmour(playerid,99);
Aguardar[playerid] = GetTickCount();
return true;
}

espero ter ajudado =p

By ApolloRJ
Reply


Messages In This Thread
[AJUDA]Settimer em Comando - by Nake01 - 02.07.2011, 17:15
Re: [AJUDA]Settimer em Comando - by ApolloRJ - 02.07.2011, 17:23
Re: [AJUDA]Settimer em Comando - by [AF]Junior - 02.07.2011, 17:24
Re: [AJUDA]Settimer em Comando - by TheGarfield - 02.07.2011, 17:27
Re: [AJUDA]Settimer em Comando - by Ricop522 - 02.07.2011, 19:16
Re: [AJUDA]Settimer em Comando - by TheGarfield - 02.07.2011, 19:22
Re: [AJUDA]Settimer em Comando - by Ricop522 - 02.07.2011, 19:35
Re: [AJUDA]Settimer em Comando - by Nake01 - 02.07.2011, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)