03.05.2017, 17:10
I appriciate your help but still is problem! Used it like example
Код:
public OnPlayerRequestClass(playerid, classid) { if(PlayerInfo[playerid][Skin] != -1) { SetSpawnInfo(playerid, 255, PlayerInfo[playerid][Skin], 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0); SpawnPlayer(playerid); } SetPlayerPos(playerid, 414.6747,-4.1441,994.6751); SetPlayerCameraPos(playerid, 213.9725,-12.1422,994.2751); SetPlayerFacingAngle(playerid, 31.33); SetPlayerCameraLookAt(playerid, 312.6747,-3.3321,994.6751); return 1; }