SA-MP Forums Archive
Help me about teleport system - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me about teleport system (/showthread.php?tid=463308)



Delete this post - eyutha - 11.09.2013

Deleteee this post


Re: Help me about teleport system - [HK]Ryder[AN] - 11.09.2013

pawn Код:
if(!strcmp(cmdtext, "/jump1", true))
{
SetPlayerPos(playerid, -1288.7200, -1313.9700, 1052.7700);
SetPlayerFacingAngle(playerid, 0);
return 1;
}
if(!strcmd(cmdtext, "/jump2", true))
{
SetPlayerPos(playerid, 440.2900, 2504.9199, 22.3800);
return 1;
}
return 0;



Re : Help me about teleport system - eyutha - 11.09.2013

Ok thanks bro .