Quote:
Originally Posted by Dodo9655
pawn Код:
public OnPlayerStreamIn(playerid, forplayerid) { for(new i;i<MAX_PLAYERS;i++) {
for(new x;x<MAX_PLAYERS;x++) { if(GetPlayerTeam(i) != GetPlayerTeam(x)) { ShowPlayerNameTagForPlayer(x, i, false); } } } return 1; }
|
Thanks, no errors showed up! I'll try it out right now.
Alright it didn't work, it didn't affect the game at all.