01.01.2010, 21:45
Hi, the reason that i'm asking is, that iam alone at home and i can't test it with other players =(
so here is the code ...
I put that code out of an command which teleports a player to a deathmatch room
This code should disable the markers for the other players ....
Would this work ?
so here is the code ...
I put that code out of an command which teleports a player to a deathmatch room
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(playerid))
{
SetPlayerMarkerForPlayer(i,playerid,0x00000000);
}
}
Would this work ?


