Timers
#3

Make a new global variable:

PHP код:
new spawncount
Under OnPlayerRequestClass:

PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
spawncount GetTickCount();
    return 
1;

Under OnPlayerSpawn:

PHP код:
new spawntimestring[87];
    
format(spawntimestring87"It took you %d to select your class and spawn"GetTickCount() - spawncount);
    
SendClientMessage(playerid, -1spawntimestring); 
Reply


Messages In This Thread
Timers - by CrazyChoco - 24.10.2012, 21:33
Re: Timers - by RedFusion - 24.10.2012, 21:54
Re: Timers - by gtakillerIV - 24.10.2012, 21:55

Forum Jump:


Users browsing this thread: 4 Guest(s)