SA-MP Forums Archive
Void [ help ] - 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: Void [ help ] (/showthread.php?tid=428893)



Void [ help ] - RicaNiel - 07.04.2013

Guys i don't understand
How to use the
pawn Код:
void
i know the
pawn Код:
While   , if , else
but nothing with the void
can someone explain it to me
and give little example


Re: Void [ help ] - Gamer_007 - 07.04.2013

void?? I saw using void in C,C++.Didnt saw in SAMP


Re: Void [ help ] - RicaNiel - 07.04.2013

i saw someone who used it
buy i forgot who he is

you see i want to void this one

sData[BanList]

the callback runs every seconds

and i want to void this or being exempted on the timer
because i will use sData[BanList] += 1;


Re: Void [ help ] - Isolated - 07.04.2013

I've never seen the void being used in SA:MP it would probs be something like using an enum. I don't know.