SetPlayerPos Warning?
#1

Whenever i use the function ' SetPlayerPos ' i do it correctly and it works, but i always get an warning when i try to compile e.g:

Line:
pawn Код:
SetPlayerPos(playerid,102,2162.1431,639.8893,10.8203);
Compile:
Код:
C:\Users\azd\Desktop\samp03bsvr_R2_win32\gamemodes\blabla.pwn(246) : warning 202: number of arguments does not match definition
Anyone can help?
Reply
#2

pawn Код:
SetPlayerPos(playerid,102,2162.1431,639.8893);
pawn Код:
SetPlayerAngle(playerid,10.8203);
u supposed to have 6 co-rds in setplaypos
Reply
#3

pawn Код:
SetPlayerPos(playerid,2162.1431,639.8893,10.8203);
I'm gussing you used /save and included the skin id, If You looked closely there is a "102" in there..
Reply
#4

pawn Код:
SetPlayerPos(playerid,2162.1431,639.8893,10.8203);
Reply
#5

well thats what hes co-rds said
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)