SA-MP Forums Archive
[FilterScript] Game Object Reader 0.1b - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Game Object Reader 0.1b (/showthread.php?tid=175118)

Pages: 1 2


Re: Game Object Reader 0.1b - sekol - 10.09.2010

Good work! It might get useful for me someday


Re: Game Object Reader 0.1b - Hiddos - 10.09.2010

Brick shitting cows, this is quite something :P. Good job, I might even use it :P


Re: Game Object Reader 0.1b - dirkblok - 14.09.2010

Nice!

Thanks alot man!


Re: Game Object Reader 0.1b - Stigg - 14.09.2010

Great little tool this one.
Nice i like it.


Re: Game Object Reader 0.1b - Brian_Furious - 14.09.2010

Genial, it's useful.. THanks


Re: Game Object Reader 0.1b - ft941 - 14.09.2010

very usefull!!


Re: Game Object Reader 0.1b - HyperZ - 14.09.2010

Great work.


Re: Game Object Reader 0.1b - StreetGT - 14.09.2010

Nice work my friend!


Re: Game Object Reader 0.1b - Babul - 20.09.2010

i think this will help each scripter who wants to start mapping. its very helpful, and...
it should be sticky!

edit: i just experienced a small issue when trying to load some bots, they didnt "go on duty" in their vehicle, but spawned at human-players spawn points. the reason was pretty obvious:
those 3 callbacks are missing a return:
Code:
CheckPos()
{
	//...
	return 1;
}

OnPlayerDisconnect()
{
	//...
	return 1;
}

OnPlayerConnect()
{
	//...
	return 1;
}
@ Voldemort: thx for sharing your hard work, keep it up!
btw: i wonder how nobody else figured that out yet ^^
and again, please, admins/mods:
>>> MAKE THIS STICKY! IT DESERVES TO<<<