Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
[HELP] SetPlayerPosEx error
daydien789
Little Clucker
Posts: 45
Threads: 18
Joined: Aug 2014
Reputation:
0
#1
02.10.2014, 02:47
Find
Reply
VinPure
Big Clucker
Posts: 168
Threads: 29
Joined: Oct 2013
Reputation:
0
#2
02.10.2014, 03:01
? Why you no use SetPlayerPos
pawn Код:
stock
SetPlayerPosEx
(
playerid,
Float
:
x,
Float
:
y,
Float
:
z
)
{
return
SetPlayerPos
(
playerid,x,y,z
)
;
}
Find
Reply
Dignity
High-roller
Posts: 1,661
Threads: 47
Joined: May 2013
Reputation:
0
#3
02.10.2014, 03:10
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?
Find
Reply
daydien789
Little Clucker
Posts: 45
Threads: 18
Joined: Aug 2014
Reputation:
0
#4
02.10.2014, 03:18
how to fix ??
Find
Reply
Dignity
High-roller
Posts: 1,661
Threads: 47
Joined: May 2013
Reputation:
0
#5
02.10.2014, 03:24
SetPlayerPosEx does not exist.
You might want to look in to this function:
https://sampwiki.blast.hk/wiki/SetPlayerPos
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help