19.06.2014, 18:45
Now thats better, I don't know where all that inefficient code was coming from.
but there's one thing my code has over yours, a limit. It stops when it found the maximum number of possible people in a vehicle, check that out.
why put
in your code, I'm sure this is not newbie friendly.
but there's one thing my code has over yours, a limit. It stops when it found the maximum number of possible people in a vehicle, check that out.
why put
pawn Код:
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#endif
#define MAX_PLAYERS 32