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