Can somone help me
#3

Quote:
Originally Posted by Saize
Посмотреть сообщение
Try with GetTickCount, for example:


PHP код:
if(GetTickCount()-SyncCD[playerid]<2800)return 0
Youґve gotta set a Variable by yourself (SyncCD[playerid] in this Line)


Do it like this:

PHP код:
stock Sync(playerid)
{
    if(
GetTickCount()-SyncCD[playerid]<2800)return 0//If the TickCount isnt finished it wont do anything
    
else
    {
           
//DoSomethingHere
           
return 1;
        } 
Try to add this into your code with your own variables, it wont be very helpfull if I add it for you cuz you wont learn how to use it then


If you still dont know how to do it let me know
No idea how to add it Never worked with timers
Reply


Messages In This Thread
Can somone help me - by JakeHunter1 - 23.01.2015, 08:59
AW: Can somone help me - by Saize - 23.01.2015, 09:04
Re: AW: Can somone help me - by JakeHunter1 - 23.01.2015, 09:08
Re: Can somone help me - by JaydenJason - 23.01.2015, 09:23
Re: AW: Can somone help me - by JakeHunter1 - 23.01.2015, 09:23
Re: AW: Can somone help me - by JaydenJason - 23.01.2015, 09:58
Re: AW: Can somone help me - by JakeHunter1 - 23.01.2015, 10:03

Forum Jump:


Users browsing this thread: 1 Guest(s)