[Ajuda] Teleporte
#1

quero fazer um teleporte aleatorio, ou seja, eu digito "/t" e eu saio em tal lugar so q quando digito "/t" denovo eu saio em outro lugar proximo, quero usa isso em arena de DM. eu tentei fazer aki, mas axo q ta errado

fiz assim:

pawn Код:
if(strcmp(cmd, "/DM", true) == 0)
    {
    SetPlayerPos(playerid, x, y, z);
    SetPlayerPos(playerid, x, y, z);
    SetPlayerPos(playerid, x, y, z);
    SetPlayerPos(playerid, x, y, z);
    SetPlayerPos(playerid, x, y, z);
    SetPlayerPos(playerid, x, y, z);
    return 1;
    }
alguem pode ajuda? ._.
Reply


Messages In This Thread
[Ajuda] Teleporte - by seykan - 28.11.2010, 22:47
Re: [Ajuda] Teleporte - by blackwave - 28.11.2010, 22:49
Re: [Ajuda] Teleporte - by seykan - 28.11.2010, 22:55
Re: [Ajuda] Teleporte - by Macintosh - 28.11.2010, 22:59
Re: [Ajuda] Teleporte - by seykan - 28.11.2010, 23:01
Re: [Ajuda] Teleporte - by Macintosh - 28.11.2010, 23:06
Re: [Ajuda] Teleporte - by seykan - 28.11.2010, 23:13
Re: [Ajuda] Teleporte - by duany123 - 28.11.2010, 23:28
Re: [Ajuda] Teleporte - by seykan - 28.11.2010, 23:33
Re: [Ajuda] Teleporte - by blackwave - 29.11.2010, 00:07

Forum Jump:


Users browsing this thread: 1 Guest(s)