SA-MP Forums Archive
Pointers - 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: Pointers (/showthread.php?tid=324967)



Pointers - Roko_foko - 11.03.2012

How to declare pointers in pawn?
new *pointer;
doesn't do.


Re: Pointers - eesh - 11.03.2012

http://www.compuphase.com/pawn/pawnfeatures.htm

scroll to the end.


Re: Pointers - Roko_foko - 11.03.2012

Thanks