23.01.2012, 19:37
Hey, I've got a problem, on my TDM server I've made a class system with a sniper class. I've tried to make the sniper class invisible on they map but it don't work.
My code:
Bye Oli67
PS: The team color in the chat must be the same & sorry for bad english ^^
My code:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
SetPlayerMarkerForPlayer( i, playerid, ( GetPlayerColor( playerid ) & 0xFFFFFF00 ) );
}
PS: The team color in the chat must be the same & sorry for bad english ^^