SA-MP Forums Archive
Draw an Example please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Draw an Example please (/showthread.php?tid=380709)



Draw an Example please - trapstar2020 - 26.09.2012

How to make a command work with a timer?!


Re: Draw an Example please - HyDrAtIc - 26.09.2012

Although,it'll be better if you just told as what you command you need and those etc...

But visit samp wiki would be better all what you need is there...

I hope this post was useful somehow..


Re: Draw an Example please - XtremeR - 26.09.2012

pawn Код:
//at the top
new test;
CMD:test(playerid,params[])
{
SetTimer("test", 600, 0);
    return 1;
}

forward test();
public test()
{
//do something here
}



Re: Draw an Example please - trapstar2020 - 26.09.2012

tyvm extreme i need 2 pass some around but remove been great 2 the community as of latly