15.08.2009, 17:08
You better watch out for the capital letters..
If it doesn't show the player markers, That means this function is allready in your script.
Search for this in your script:
Or else if you don't have that search the same but with 1, If you don't have anything, Try:
Put it somewhere where all those functions go in OnGameModeInit.
If it still doesn't work then it might be some code that is screwed up, Just try searching over you script, and look for anything that might be buggy
If it doesn't show the player markers, That means this function is allready in your script.
Search for this in your script:
pawn Код:
ShowPlayerMarkers(0);
pawn Код:
ShowPlayerMarkers(1);
If it still doesn't work then it might be some code that is screwed up, Just try searching over you script, and look for anything that might be buggy


