Warning again - 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: Warning again (
/showthread.php?tid=514480)
Warning again -
Johnson_Brooks - 21.05.2014
Код:
(967) : warning 202: number of arguments does not match definition
pawn Код:
if(checkpointid == CP_InBank)
{
SetPlayerPos(playerid,-2457.8633,136.6998,35.1719,318.3277); // <================|| <====
}
Re: Warning again -
JFF - 21.05.2014
pawn Код:
SetPlayerPos(playerid,-2457.8633,136.6998,35.1719);
SetPlayerFacingAngle(playerid, 318.3277);
Re: Warning again -
Johnson_Brooks - 21.05.2014
Quote:
Originally Posted by JFF
pawn Код:
SetPlayerPos(playerid,-2457.8633,136.6998,35.1719); SetPlayerFacingAngle(playerid, 318.3277);
|
<3 <3 ,3
Re: Warning again -
Beckett - 21.05.2014
Код:
SetPlayerPos(playerid,-2457.8633,136.6998,35.1719); // <================|| <====
X,Y,Z not X Y Z ANGLE.