SA-MP Forums Archive
[Question] Using Keywords 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: [Question] Using Keywords In Pawn (/showthread.php?tid=377308)



[Question] Using Keywords In Pawn - Maxips2 - 13.09.2012

I was wondering how come no one really uses keywords when delcaring a new variable, keywords such as int, char (char is actually being used sometimes), unsinged, etc'..

Is there any issue with using keywords like that in pawn language?


Re: [Question] Using Keywords In Pawn - Vince - 13.09.2012

They don't exist. Pawn is not C.