[AJUDA] /irfila
#7

tente usar isto:

pawn Код:
//
    if(strcmp(cmd, "/irfila", true) == 0)
    {
        new tmp[128];
        tmp = strtok(cmdtext, idx);
        if(strlen(tmp) == 0)
                {
                    SendClientMessage(playerid, 0xFFFFFFFF, "USE: /irfila [numero]");
                    return 1;
                }
        for(new i; i < MAX_PLAYERS; i++)
        {
            if(fila[i] == tmp)
            {
                new Float:x, Float:y, Float:z;
                GetPlayerPos(i, x, y, z);
                SetPlayerPos(playerid,x, y, z);
                fila[i] = 0;
                return 1;
            }
        }
        return 1;
    }
Reply


Messages In This Thread
[AJUDA] /irfila - by Power_GamerX - 01.02.2011, 19:58
Respuesta: [AJUDA] /irfila - by ipsBruno - 01.02.2011, 20:00
Re: [AJUDA] /irfila - by Power_GamerX - 01.02.2011, 20:10
Re: [AJUDA] /irfila - by zbt_Daimyo - 01.02.2011, 20:39
Re: [AJUDA] /irfila - by Power_GamerX - 01.02.2011, 20:49
Re: [AJUDA] /irfila - by Power_GamerX - 02.02.2011, 14:27
Re: [AJUDA] /irfila - by sergio_xd - 02.02.2011, 17:23
Re: [AJUDA] /irfila - by deregudegu - 19.02.2011, 15:45
Re: [AJUDA] /irfila - by Macintosh - 19.02.2011, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)