04.02.2012, 19:48
Hey all!
I made an extra team, which should be only available for the admins! How should I script now, that only Level >=3 admins can join this team?
Code from OnPlayerRequestClass:
Who knows a clever answer will get a rep
I made an extra team, which should be only available for the admins! How should I script now, that only Level >=3 admins can join this team?
Code from OnPlayerRequestClass:
pawn Code:
case 27 .. 31: {
SetPlayerPos(playerid, 1220.1063,-1410.3185,13.1395);
SetPlayerFacingAngle(playerid, 354.7488);
SetPlayerCameraPos(playerid, 1220.2598,-1407.5026,13.1717);
SetPlayerCameraLookAt(playerid, 1220.1063,-1410.3185,13.1395);
GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~h~~h~~p~Loco ~g~Syndicato", 3000, 3);
}