Using object in pawn - 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: Using object in pawn (
/showthread.php?tid=342586)
Using object in pawn -
NicoBellic - 14.05.2012
Hello guys, since I'm learning Java at university I wanted to know if is possible to use an "object pattern" in Pawn language.
Re: Using object in pawn -
Slice - 14.05.2012
Not really, no. The closes you can get is something like this:
https://sampforum.blast.hk/showthread.php?tid=167528
Re: Using object in pawn -
Slice - 14.05.2012
I have to say, I feel programming patterns aren't discussed enough over here.
Re: Using object in pawn -
NicoBellic - 14.05.2012
Thank you guys !