[HELP] SetPlayerPosEx error - 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] SetPlayerPosEx error (
/showthread.php?tid=540015)
[HELP] SetPlayerPosEx error -
daydien789 - 02.10.2014
Re: [HELP] SetPlayerPosEx error -
VinPure - 02.10.2014
? Why you no use SetPlayerPos
pawn Код:
stock SetPlayerPosEx(playerid,Float:x,Float:y,Float:z)
{
return SetPlayerPos(playerid,x,y,z);
}
Re: [HELP] SetPlayerPosEx error -
Dignity - 02.10.2014
Quote:
Originally Posted by VinPure
? Why you no use SetPlayerPos
pawn Код:
stock SetPlayerPosEx(playerid,Float:x,Float:y,Float:z) { return SetPlayerPos(playerid,x,y,z); }
|
This is the most worthless functions I've ever seen. What's the purpose of renaming the function, lol?
Re: [HELP] SetPlayerPosEx error -
daydien789 - 02.10.2014
how to fix ??
Re: [HELP] SetPlayerPosEx error -
Dignity - 02.10.2014
SetPlayerPosEx does not exist.
You might want to look in to this function:
https://sampwiki.blast.hk/wiki/SetPlayerPos