SA-MP Forums Archive
want no timer - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: want no timer (/showthread.php?tid=70544)



want no timer - Schock - 25.03.2009

hey guys is it possible to call a function without a timer?
if yes please tell me how please^^


Re: want no timer - LarzI - 25.03.2009

Easy...
If the function is like this:
pawn Код:
suckMyBalls(playerid)
{
    //something
}
then you call it by typing
pawn Код:
suckMyBalls(playerid);