[Ajuda] Level pegando no NPC.
#3

PHP код:
for(new 0i<MAX_PLAYERS; ++i)
{
    if(!
IsPlayerNPC(i)) {
        
format(str,sizeof(str),"Level: %d",Player[playerid][pLevel]);
        
LevelPlayer Create3DTextLabel(strCOR_BRANCO30.040.050.040.00);
        
Attach3DTextLabelToPlayer(LevelPlayer,i,0.00.00.7);
        
SetTimer("update",1000,1);
    }

Reply


Messages In This Thread
Level pegando no NPC. - by JhefTFJ - 08.04.2017, 00:29
Re: Level pegando no NPC. - by HoodScript - 08.04.2017, 00:43
Re: Level pegando no NPC. - by [BOPE]Seu._.Madruga - 08.04.2017, 00:45
Re: Level pegando no NPC. - by [BOPE]Seu._.Madruga - 08.04.2017, 00:52
Re: Level pegando no NPC. - by JhefTFJ - 08.04.2017, 01:17

Forum Jump:


Users browsing this thread: 2 Guest(s)