23.02.2010, 21:26
Hello i need help with making players only being able to see other players markers and not the NPCs marker.
I know it's possible because i've seen it in a Zombie server wich Zombies were'nt visible and only players were.
I've tryed setting:
new npcname[MAX_PLAYER_NAME];
if(!strcmp(npcname, "BOT", true))
{
SetPlayerMarkerToPlayer(playerid, showplayerid, 00);
return 1;
}
But instead of being set only for the BOT it is set for everyone.
I know it's possible because i've seen it in a Zombie server wich Zombies were'nt visible and only players were.
I've tryed setting:
new npcname[MAX_PLAYER_NAME];
if(!strcmp(npcname, "BOT", true))
{
SetPlayerMarkerToPlayer(playerid, showplayerid, 00);
return 1;
}
But instead of being set only for the BOT it is set for everyone.