Timer with stock - 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: Timer with stock (
/showthread.php?tid=293278)
Timer with stock -
Georgelopez1 - 27.10.2011
Hey,
I was just wondering if a stock could be used with a timer or if it had to be a public.
e.g
pawn Код:
SetTimer(....)
stock ...(..)
{
...
}
It is probably very obvious, but the wiki says it must be a public. Thanks in advance.
Re: Timer with stock -
|_ⒾⓇⓄN_ⒹⓄG_| - 27.10.2011
it have to be a public (with the forward too ofc)
stocks dont work with timers afaik
Re: Timer with stock -
Georgelopez1 - 27.10.2011
Okay thank you.