SA-MP Forums Archive
What does dini_IntSet Mean? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What does dini_IntSet Mean? (/showthread.php?tid=267027)



What does dini_IntSet Mean? - HayZatic - 06.07.2011

What does dini_IntSet Mean?

dini_IntSet(CommandFile, "Announce", 5);


Re: What does dini_IntSet Mean? - iTzZh - 06.07.2011

Basically it's setting the Integer "Announce" to 5 inside of the CommandFile.


Re: What does dini_IntSet Mean? - Wesley221 - 07.07.2011

dini_IntSet just inserts a integer (Int) to a file. Like iTz said, in your example it sets the "Announce" to '5'