[SOLVED] Teleporting...
#3

this is how it must be done


public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/your command", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, the x position, the y postition, and the z position);
return 1;
}
Reply


Messages In This Thread
[SOLVED] Teleporting... - by mrbubl3s - 04.02.2010, 14:29
Re: Teleporting... - by mansonh - 04.02.2010, 14:33
Re: Teleporting... - by yoan103 - 04.02.2010, 14:37
Re: Teleporting... - by mrbubl3s - 04.02.2010, 14:54
Re: Teleporting... - by MadeMan - 04.02.2010, 15:12
Re: Teleporting... - by mrbubl3s - 04.02.2010, 15:33

Forum Jump:


Users browsing this thread: 1 Guest(s)