[AJUDA] MorreR
#10

mano, portugues por favor...

Vocк quer que sу possam usar /kill SE ESTIVEREM EM UM TELEPORT? (/aerolv /irdrag /irdarabundinha)?
e que quando n ta no telepor o comando nao possa ser usado?? й isso?? ta dificil decifrar isso...

Se for isso... em cada comando de teleport vc tem q fazer assim:

pawn Код:
new TaNumTeleport[MAX_PLAYERS];//topo do GM

//ai depois dos SetPlayerPos(playerid.....................) vc poe
TaNumTeleport[playerid] = 1;

//ai logo dps do if(strcmp(cmd, "/kill"................) vc poe
if(TaNumTeleport[playerid]  == 0)
{
    return SendClientMessage(playerid, COR, "Tu num ta num teleport entao n pode usar o cmd");
}

//public OnPlayerDeath(playerid, reason bla bla bla)
//{
TaNumTeleport[playerid] = 0;
//e aqui vai o resto da public, FAЗA O MESMO COM OnPlayerSpawn.
Reply


Messages In This Thread
[AJUDA] MorreR - by You_Tube - 01.09.2011, 22:39
Re: [AJUDA] MorreR - by Pharrel - 01.09.2011, 22:45
Re: [AJUDA] MorreR - by You_Tube - 01.09.2011, 22:50
Re: [AJUDA] MorreR - by .Skool_. - 01.09.2011, 23:17
Re: [AJUDA] MorreR - by You_Tube - 01.09.2011, 23:21
Re: [AJUDA] MorreR - by Dolby - 01.09.2011, 23:23
Re: [AJUDA] MorreR - by .Skool_. - 01.09.2011, 23:24
Re: [AJUDA] MorreR - by You_Tube - 01.09.2011, 23:32
Re: [AJUDA] MorreR - by You_Tube - 01.09.2011, 23:46
Re: [AJUDA] MorreR - by Pharrel - 02.09.2011, 00:05

Forum Jump:


Users browsing this thread: 1 Guest(s)