07.12.2011, 23:23
im sure all of you are fimiliar with the GM grand larceny and how when u log into server it makes you pick your city. What should i delete from the GM to make it so it doesnt have you pick city
public OnPlayerRequestClass
public OnPlayerSpawn
SetPlayerPos(playerid, pos-X, pos-Y, pos-Z);
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerFacingAngle(playerid,0);
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
return 1;
}