Putting Text Draw in Rank SYstem (rep++)
#3

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Can be placed in OnPlayerUpdate
Not really an good idea gets called every tick of a second,

i rather do,

pawn Код:
forward OnPlayerUpdateEx(playerid);

SetTimer("OnPlayerUpdateEx",2500,1); // OnGameModeInit

public OnPlayerUpdateEx(playerid)
{
    // your stuff onplayerupdate here
    return 1;
}
Reply


Messages In This Thread
Help In Rank Sytem>> (Changed) - by iOmar - 09.04.2012, 04:06
Re: Putting Text Draw in Rank SYstem (rep++) - by ViniBorn - 09.04.2012, 04:11
Re: Putting Text Draw in Rank SYstem (rep++) - by Kitten - 09.04.2012, 04:15
Re: Putting Text Draw in Rank SYstem (rep++) - by iOmar - 09.04.2012, 04:42

Forum Jump:


Users browsing this thread: 1 Guest(s)