Doubles Objects and CarS?
#1

How come when I restart my server some of my cars spawn twice? I checked my script for duplicates and there are none. There is nothing in GameModeExit() too.

Also, one of my gang zones doesn't work but the rest do. Any possibilities?
Reply
#2

If your using FS:
pawn Код:
public OnFilterScriptExit()
{
        for(new i = 0; i < MAX_VEHICLES; i++)
    {
       DestroyVehicle(i);
    }
    return 1;
}
Reply
#3

Thanks, braw.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)