18.07.2011, 18:34
Hi,
I need ur Help, guys! This are my co-ordinates:
And this I added in my gamemode;
And then, the game shows Big Smoke from behind, look at the picture under my post! And why he is soooo near?
I need ur Help, guys! This are my co-ordinates:
Код:
AddPlayerClass(0,2486.7598,-1647.5186,14.0703,187.5500,0,0,0,0,0,0); // bigsmoke1.0 AddPlayerClass(0,2486.4346,-1646.0953,14.0703,5.9833,0,0,0,0,0,0); // bigsmoke2.0
Код:
case 3:
{
SetPlayerTeamFromClass(playerid, classid);
SetPlayerPos(playerid, 2486.7598,-1647.5186,14.0703);
SetPlayerFacingAngle( playerid, 187.5500 );
SetPlayerCameraPos(playerid, 2486.4346,-1646.0953,14.0703);
SetPlayerCameraLookAt(playerid, 2486.7598,-1647.5186,14.0703);
}



