10.07.2013, 21:00
Hi !
I created a new server, and there is a class "NINJA"
But I want this class not to be seen by other classes, only by other "NINJAS".
So, in "OnPlayerSpawn", I did this :
if(gTeam[playerid] == NINJA) {
ShowPlayerNameTagForPlayer(gTeam[playerid] = LAMBDA, gTeam[playerid] = NINJA, false);
But doesn't work.. Help me !!
I created a new server, and there is a class "NINJA"
But I want this class not to be seen by other classes, only by other "NINJAS".
So, in "OnPlayerSpawn", I did this :
if(gTeam[playerid] == NINJA) {
ShowPlayerNameTagForPlayer(gTeam[playerid] = LAMBDA, gTeam[playerid] = NINJA, false);
But doesn't work.. Help me !!