Ah help in little warning !
#1

Код:
***\***.pwn(12676) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warnings.
Line Number: 12676
Код:
SetPlayerPos(playerid, 2498.7253,-1671.0431,-7.4556,270.0491);
Ahh anybody know how to fix it?

Reply
#2

SetPlayerPos(playerid, 2498.7253,-1671.0431,-7.4556,270.0491);
It should be SetPlayerPos(playerid, X, Y, Z);
As you see, you have this: SetPlayerPos(playerid, X, Y, Z, ?);
It's probably the angle, so remove 270.0491
Reply
#3

Yeah your right :P Thats my mistake i didn't noticed it


THANKS btw
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)