How might i go about doing this?(player classes)
#6

ok well i did this :
Код:
public OnPlayerRequestClass(playerid, classid)
{
	if(classid == 152 || classid == 167 || classid == 151 || classid == 158 || classid == 102 || classid == 123)
	{
	GameTextForAll("House Spawn",3000,3);
	SetPlayerPos(playerid,1231.7922,-810.8955,87.7598);
	SetPlayerFacingAngle(playerid,1.1316);
	SetPlayerCameraPos(playerid,1230.7089,-805.5256,88.3745);
	SetPlayerCameraLookAt(playerid,1230.7922,-810.8955,87.7598);
	return 1;
	}
	else if (classid == 155 || classid == 159 || classid == 106 || classid == 189 || classid == 111 || classid == 145 || classid == 178 || classid == 198)
	{
	GameTextForAll("AirportSpawn",3000,3);
	SetPlayerPos(playerid,1231.7922,-810.8955,87.7598);
	SetPlayerFacingAngle(playerid,1.1316);
	SetPlayerCameraPos(playerid,1230.7089,-805.5256,88.3745);
	SetPlayerCameraLookAt(playerid,1230.7922,-810.8955,87.7598);
	return 1;
	}
	return true;
}
but it doesnt show the characters model, let alone the location of them.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)