[Duvida] Tem Como Descobri Onde
#10

Quote:
Originally Posted by Andre_Elite
Посмотреть сообщение
Код:
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[2] = strval(tmp);
	SetPlayerPos(playerid, O[0], O[1]-3.0, O[2]); // se quiser abestado muda pra SetPlayerPos.
    return 1;
}
Shick, posta em cуdigos ъteis vai ajudar bastante gente.
jб postei rsrs
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: 1 Guest(s)