Quote:
Originally Posted by audriuxxx
Code:
new NERODNAQWEFF;
foreach(NERODNAQWEFF : Player)
{
SetPlayerMarkerForPlayer(playerid, NERODNAQWEFF, ( GetPlayerColor( NERODNAQWEFF ) & 0xFFFFFF00 ) );
}
I still see player markers.. I add this script onplayerspawn, if say more accurate when player spawn, and when i load player, from database then i use this script. But i still able to see every marker.. HOw this possible?
|
Oh man, just do this -
pawn Code:
foreach(new i : Player)
{
SetPlayerMarkerVisibility(playerid, 0x00);
}
Do this inside a main loop for everyone if that's what you want