Help me.
#7

Hi, first of all - before asking help there are a few things you have to remember before asking for help in the future.

Your title has to be more precise.
You have to include your code in the post thread itself, instead of posting it later (to make it look cleaner).

Anyway, let's get back to your code;

No need to have two variables for labels.

Код:
new Text3D:playerLabel[MAX_PLAYERS];
Код:
if(PlayerInfo[playerid][pAdmin]) {
     switch(PlayerInfo[playerid][pAdmin) {
          case 1: ...
     }
} else if(PlayerInfo[playerid][pVIP]) {
     switch(PlayerInfo[playerid][pVIP]) {
          case 1: ...
     }
} else {
     // (Player) above his head? You don't really need this but it's your choice.
}
I hope that clears things up, if you still have questions, please PM me.
Reply


Messages In This Thread
3D Lablels help - by VZMatt - 10.06.2016, 03:42
Re: Help me. - by CSLangdale - 10.06.2016, 03:46
Respuesta: Help me. - by VZMatt - 10.06.2016, 03:47
Re: Help me. - by CSLangdale - 10.06.2016, 03:53
Respuesta: Help me. - by VZMatt - 10.06.2016, 03:57
Re: Help me. - by Jf - 10.06.2016, 05:36
Re: Help me. - by d1git - 10.06.2016, 05:39
Re: Help me. - by Stinged - 10.06.2016, 07:38

Forum Jump:


Users browsing this thread: 1 Guest(s)