[Duvida] Tem Como Descobri Onde
#5

pawn Код:
if(strcmp("/verobjecto", cmdtext, true, 11) == 0)
{
    new
        Float:O[3]
    ;
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp)) return SendClientMessage(playerid, 0xFF0000AA, "Use: /verobjecto [x] [y] [z]");
    O[0] = strval(tmp);
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp)) return SendClientMessage(playerid, 0xFF0000AA, "Use: /verobjecto [x] [y] [z]");
    O[1] = strval(tmp);
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp)) return SendClientMessage(playerid, 0xFF0000AA, "Use: /verobjecto [x] [y] [z]");
    O[3] = strval(tmp);
    SetPlayerCameraPos(playerid, O[0], O[1]-3.0, O[2]);
    return 1;
}
Isto?
Reply


Messages In This Thread
[Duvida] Tem Como Descobri Onde - by Andre_Elite - 24.09.2011, 03:17
Re: [Duvida] Tem Como Descobri Onde - by [O.z]Caroline - 24.09.2011, 03:19
Re: [Duvida] Tem Como Descobri Onde - by Lуs - 24.09.2011, 03:22
Re: [Duvida] Tem Como Descobri Onde - by Andre_Elite - 24.09.2011, 03:24
Re: [Duvida] Tem Como Descobri Onde - by Macintosh - 24.09.2011, 03:36
Re: [Duvida] Tem Como Descobri Onde - by Andre_Elite - 24.09.2011, 03:57
Re: [Duvida] Tem Como Descobri Onde - by WLSF - 24.09.2011, 04:10
Re: [Duvida] Tem Como Descobri Onde - by Macintosh - 24.09.2011, 04:12
Re: [Duvida] Tem Como Descobri Onde - by Andre_Elite - 24.09.2011, 04:22
Re: [Duvida] Tem Como Descobri Onde - by Macintosh - 24.09.2011, 04:28

Forum Jump:


Users browsing this thread: 2 Guest(s)