10.03.2014, 19:04
hello can someone tell me the problem and how to fix it?
http://www.youtube.com/watch?v=LgFSI...ature=*********
http://www.youtube.com/watch?v=LgFSI...ature=*********
public OnPlayerRequestClass(playerid, classid) { if(IsPlayerNPC(playerid)) return 1; return 1; TextDrawShowForPlayer(playerid, txtClassSelHelper); }
public OnPlayerRequestClass(playerid, classid)
{
if(IsPlayerNPC(playerid)) return 1;
TextDrawShowForPlayer(playerid, txtClassSelHelper);
return 1;
}
//Copied from my gamemode
SetPlayerPos(playerid, 2640.0710,2326.6436,17.8203);
SetPlayerCameraPos(playerid, 2645.9104,2320.3469,17.8203);
SetPlayerCameraLookAt(playerid, 2638.6704,2327.9124,20.5685);
SetPlayerFacingAngle(playerid, 224);
Add this:
pawn Code:
|