20.06.2012, 15:32
did you test by using this command being far ? and then going closer ?
Код:
if(strcmp(cmd, "/invisible", true) == 0) { for(new i=0; i < MAX_PLAYERS; i++) { if (IsPlayerConnected(i)) { SetPlayerMarkerForPlayer( playerid, i, ( GetPlayerColor( i ) & 0xFFFFFF00 ) ); SetPlayerMarkerForPlayer( i, playerid, ( GetPlayerColor( playerid ) & 0xFFFFFF00 ) ); } } return 1; }