SetupPlayerForClassSelection error compiling
#5

Oh here:
pawn Код:
SetPlayerPos(playerid,105,444.3264,-201.6548,24.5760);
replace with:
pawn Код:
SetPlayerPos(playerid,105.444.3264,-201.6548,24.5760);
pawn Код:
SetPlayerCameraPos(playerid,105,444.3264,-201.6548,24.5760);
with:
pawn Код:
SetPlayerCameraPos(playerid,105.444.3264,-201.6548,24.5760);
pawn Код:
SetPlayerCameraLookAt(playerid,105,444.3264,-201.6548,24.5760);
with
pawn Код:
SetPlayerCameraLookAt(playerid,105.444.3264,-201.6548,24.5760);
pawn Код:
SetPlayerFacingAngle(playerid,180,0);
with
pawn Код:
SetPlayerFacingAngle(playerid,180.0);
Reply


Messages In This Thread
SetupPlayerForClassSelection error compiling - by Angelo94 - 17.10.2009, 13:19
Re: SetupPlayerForClassSelection error compiling - by [XST]O_x - 17.10.2009, 13:22
Re: SetupPlayerForClassSelection error compiling - by Angelo94 - 17.10.2009, 13:24
Re: SetupPlayerForClassSelection error compiling - by dice7 - 17.10.2009, 13:26
Re: SetupPlayerForClassSelection error compiling - by [XST]O_x - 17.10.2009, 13:28
Re: SetupPlayerForClassSelection error compiling - by Angelo94 - 17.10.2009, 13:39
Re: SetupPlayerForClassSelection error compiling - by dice7 - 17.10.2009, 13:43

Forum Jump:


Users browsing this thread: 2 Guest(s)