03.04.2011, 04:58
Ok, so i got this auto login, And even though i put spawnplayer on it. It still takes me to the skin selection.
theres my class request function. How can i bypass it if the players logged in?
Код:
public OnPlayerRequestClass(playerid, classid) { SetPlayerInterior(playerid, 10); SetPlayerPos(playerid, 379.39, -71.27, 1001.50); SetPlayerFacingAngle(playerid, 68.73); SetPlayerCameraPos(playerid, 378.36, -70.85, 1002.39); SetPlayerCameraLookAt(playerid, 383.23, -72.00, 1001.43); return 1; }