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



Tag mistash - RyderX - 04.01.2017

Hello guys does anyone know what the meant of Tag Mistash?


Re: Tag mistash - SickAttack - 04.01.2017

Example:

pawn Код:
new Float:x = 1.0, y = x;
Where both elements do not have the same tag ("y" should be declared as "Float:y"). "Float:" being the tag.


Re: Tag mistash - RyderX - 04.01.2017

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
Example:

pawn Код:
new Float:x = 1.0, y = x;
Where both elements do not have the same tag ("y" should be declared as "Float:y"). "Float:" being the tag.
Thanks so much!


Re: Tag mistash - Vince - 04.01.2017

The fact that you spelled "mismatch" wrong twice tells a lot. Perhaps a dictionary can come in handy.