27.04.2009, 16:31
Quote:
Originally Posted by SilentHuntR
Having over 700 vehicles and over 128 vehicle types causes crashes.
Add this command to find out how many vehicles/types your server has pawn Код:
|
Quote:
C:\Documents and Settings\Danny\Bureaublad\Freeroam\gamemodes\freer oam.pwn(1023) : error 028: invalid subscript (not an array or too many subscripts): "tmp" C:\Documents and Settings\Danny\Bureaublad\Freeroam\gamemodes\freer oam.pwn(1023) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Danny\Bureaublad\Freeroam\gamemodes\freer oam.pwn(1023) : error 029: invalid expression, assumed zero C:\Documents and Settings\Danny\Bureaublad\Freeroam\gamemodes\freer oam.pwn(1023) : fatal error 107: too many error messages on one line |
pawn Код:
tmp[GetVehicleModel(i)] ++;