[FilterScript] Game Object Reader 0.1b
#21

Good work! It might get useful for me someday
Reply
#22

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

Nice!

Thanks alot man!
Reply
#24

Great little tool this one.
Nice i like it.
Reply
#25

Genial, it's useful.. THanks
Reply
#26

very usefull!!
Reply
#27

Great work.
Reply
#28

Nice work my friend!
Reply
#29

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<<<
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)