04.07.2013, 16:42
@DobbysGamertag
How would I go about adding it to this code though?
How would I go about adding it to this code though?
Код:
public OnPlayerRequestClass(playerid, classid)
{
if(classid == 0) GameTextForPlayer(playerid,"~r~Skin Selection",2000,6);
{
SetPlayerPos(playerid,1766.1969,-1945.0790,13.5643);
SetPlayerCameraPos(playerid,1768.5718,-1942.9174,13.5615);
SetPlayerFacingAngle(playerid,312.7264);
SetPlayerCameraLookAt(playerid,1766.1969,-1945.0790,13.5643);
}
return 1;
}

