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



Variable tags? - DRIFT_HUNTER - 14.12.2015

Is it possible to get variable tag in pawn?

im looking at some logic like: if( Float ) {...} else {...}


Re: Variable tags? - Nero_3D - 14.12.2015

I guess you want that

https://sampwiki.blast.hk/wiki/Keywords:Operators#tagof


Re: Variable tags? - DRIFT_HUNTER - 14.12.2015

Quote:
Originally Posted by Nero_3D
Посмотреть сообщение
Yep that is what i need. Thx man, been looking for it inside pawn language guide for like two hours...