13.06.2010, 20:18
is it possible that they can just choose which team from the skins? instead of typing /zombie /human?
CODE
CODE
Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1134.3170, -2036.5797, 69.0078);
SetPlayerInterior(playerid, 0);
SetPlayerFacingAngle(playerid, 38.4801);
SetPlayerCameraPos(playerid, 1130.8170, -2032.5797, 70.5078);
SetPlayerCameraLookAt(playerid, 1134.3170, -2036.5797, 69.0078);
if(classid == 0 || classid == 1) {
GameTextForPlayer(playerid,"~g~HUMAN ~w~TEAM",1000,5);
} else if(classid == 2 || classid == 3) {
GameTextForPlayer(playerid,"~b~ZOMBIE~w~TEAM",1000,5);
}
return 1;
}

