/cs - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /cs (
/showthread.php?tid=98261)
/cs -
Nexx - 19.09.2009
Cand someone help me with this command.
http://pastebin.com/f37f1760
When i use /cs x 2 it moves me instead x.
Can someone help me.
Re: /cs -
Joe Staff - 19.09.2009
You're using 'SetPlayerPos(
playerid,x,y,z);'
Playerid under the OnPlayerCommandText callback will always be the player that typed the command.
Re: /cs -
Nexx - 19.09.2009
And the solution is?
I cant understand.
Re: /cs -
Joe Staff - 19.09.2009
change it to
para1
Re: /cs -
realme19 - 19.09.2009
Thank you .