08.04.2012, 13:09
I have Problem with my gamemode, when i connect it works fine but it dont to enything!
Just stuck and it gives me SPAWN AND "<" and ">" Buttens
What i can too?
My OnPlayerRequestClass code:
and SetupPlayerForClassSelection:
Just stuck and it gives me SPAWN AND "<" and ">" Buttens
What i can too?
My OnPlayerRequestClass code:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetupPlayerForClassSelection(playerid);
return 1;
}
pawn Код:
SetupPlayerForClassSelection(playerid)
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,-1753.6743,885.2703,295.8750);
SetPlayerCameraPos(playerid,-1753.6849,892.0016,295.8750);
SetPlayerCameraLookAt(playerid,-1753.6743,885.2703,295.8750);
SetPlayerFacingAngle(playerid,0.6323);
}