]
pawn Code:
C:\Games\GTA srv\gamemodes\src\lvdmod.pwn(1034) : error 017: undefined symbol "ownedcar"
C:\Games\GTA srv\gamemodes\src\lvdmod.pwn(1034) : warning 215: expression has no effect
C:\Games\GTA srv\gamemodes\src\lvdmod.pwn(1034) : error 001: expected token: ";", but found "]"
C:\Games\GTA srv\gamemodes\src\lvdmod.pwn(1034) : error 029: invalid expression, assumed zero
C:\Games\GTA srv\gamemodes\src\lvdmod.pwn(1034) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.0.3367 Copyright (c) 1997-2005, ITB CompuPhase
4 Errors.
owndecar is not declared, put on top of your script new ownedcar[MAX_PLAYERS]; (or just new ownedcar

second, dunno, own prob
put an ; at the end of line 1033
Should fix a lot, remember, this is a Function Share topic, not an error fixing, next time create a new topic with a link to this post.
TIP: for a correct fix, paste the the lines 1030 till 1040... not just the error\'s