Quote:
Originally Posted by SpiderWalk
pawn Код:
public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid, 1644.4078,-1133.8214,58.2172); SetPlayerCameraPos(playerid, 1647.6301,-1134.5725,58.2489); SetPlayerCameraLookAt(playerid, 1644.4078,-1133.8214,58.2172); SetPlayerFacingAngle(playerid,258.5584); SetPlayerTeam(playerid,0); if(classid == 0) { GameTextForPlayer(playerid, "~r~Terrorist", 1500, 3); } else if(classid == 1) { GameTextForPlayer(playerid, "~b~S.W.A.T", 1500, 3); } if(GetPVarInt(playerid, "hasrequested")) return 0; return 1; }
This i used your suggest but not tested
|
Do that for all of the callback and put it on the top and tell me what's the next problem you are having(I am sure you will have).