dcmd not work
#4

okay i make this
pawn Код:
dcmd_teleporto(playerid, params[])
{
    new cordx,cordy,cordz;
    new text[128];
    if(sscanf(params, "ud",cordx,cordy,cordz)) return SendClientMessage(playerid,0xFF0000FF, "[aiuto]: /teleporto [x][y][z]");
    format(text,sizeof(text),"[cord]: %d %d %d",cordx,cordy,cordz);
    SendClientMessage(playerid,0xFF9900AA,text);
    return SetPlayerPos(playerid,cordx,cordy,cordz);
}
but dont teleport me
Reply


Messages In This Thread
dcmd not work - by iJumbo - 07.07.2010, 08:45
Re: dcmd not work - by Miikkel - 07.07.2010, 08:50
Re: dcmd not work - by dice7 - 07.07.2010, 08:51
Re: dcmd not work - by iJumbo - 07.07.2010, 08:53
Re: dcmd not work - by WackoX - 07.07.2010, 08:54
Re: dcmd not work - by dice7 - 07.07.2010, 08:55
Re: dcmd not work - by WackoX - 07.07.2010, 08:57
Re: dcmd not work - by iJumbo - 07.07.2010, 09:00
Re: dcmd not work - by WackoX - 07.07.2010, 09:03
Re: dcmd not work - by iJumbo - 07.07.2010, 09:08

Forum Jump:


Users browsing this thread: 2 Guest(s)