[Ajuda] Nгo tб setando...
#5

Fбcil:
pawn Код:
TimerUpdate(); public TimerUpdate()
    {
            new string[128],name[MAX_PLAYER_NAME];
            for(new i=0;i<MAX_PLAYERS;i++)
            {
                    if (IsPlayerConnected(i))
                {
                        if(Exp[i] >= 10)
                            {
                                Exp[i] = Exp[i]-10;
                                    Nivel[i]++;
                                    GetPlayerName(i,name,sizeof(name));
                                    format(string,sizeof(string),"~b~~h~~h~~h~%s Subiu de Nivel!!!",name);
                                    GameTextForAll(string,2000,3);
                            TextDrawHideForPlayer(i,Textdrawz1[i]);
                                    format(string, sizeof(string), "%s" ,GetExpTol(i));
                            TextDrawSetString(Textdrawz1[i],string);
                            TextDrawShowForPlayer(i,Textdrawz1[i]);
                            }
                            else
                            {
                                    TextDrawHideForPlayer(i,Textdrawz1[i]);
                                    format(string, sizeof(string), "%s" ,GetExpTol(i));
                            TextDrawSetString(Textdrawz1[i],string);
                            TextDrawShowForPlayer(i,Textdrawz1[i]);
                    }
            }
            }
            return 1;
    }
#EDITADO
Reply


Messages In This Thread
[Ajuda] Nгo tб setando... - by sanalex - 08.05.2012, 01:56
Re: [Ajuda] Nгo tб setando... - by SPOT_M16 - 08.05.2012, 02:26
Re: [Ajuda] Nгo tб setando... - by sanalex - 08.05.2012, 03:41
Re: [Ajuda] Nгo tб setando... - by sanalex - 08.05.2012, 21:38
Re: [Ajuda] Nгo tб setando... - by CidadeNovaRP - 08.05.2012, 21:53
Re: [Ajuda] Nгo tб setando... - by sanalex - 08.05.2012, 22:35
Re: [Ajuda] Nгo tб setando... - by CidadeNovaRP - 08.05.2012, 22:37
Re: [Ajuda] Nгo tб setando... - by sanalex - 08.05.2012, 22:38
Re: [Ajuda] Nгo tб setando... - by CidadeNovaRP - 08.05.2012, 22:45
Re: [Ajuda] Nгo tб setando... - by sanalex - 08.05.2012, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)