







AttachObjectToVehicle(spotlight[playerid][0],carid,0,0,spotlightpos[playerid][0],spotlightpos[playerid][1],0,spotlightpos[playerid][2]);
AttachObjectToVehicle(spotlight[playerid][1],carid,0,0,spotlightpos[playerid][0],spotlightpos[playerid][1],0,spotlightpos[playerid][2]);
AttachObjectToVehicle(spotlight[playerid][2],carid,0,0,spotlightpos[playerid][0],spotlightpos[playerid][1],0,spotlightpos[playerid][2]);
|
C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(76) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(77) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(7 : error 017: undefined symbol "AttachObjectToVehicle"C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(84) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(85) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(86) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(91) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(92) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(93) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(9 : error 017: undefined symbol "AttachObjectToVehicle"C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(99) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(100) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(232) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(233) : error 017: undefined symbol "AttachObjectToVehicle" C:\Users\Family\Desktop\Los Santos RPG\filterscripts\spotlight.pwn(234) : error 017: undefined symbol "AttachObjectToVehicle" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 15 Errors. |
|
very nice, good job.
why are u doing this 3 times? pawn Код:
|
spotlight[playerid][0] = CreateObject(2888,0,0,0,0,0,0);
spotlight[playerid][1] = CreateObject(2887,0,0,0,0,0,0);
spotlight[playerid][2] = CreateObject(spotlightob[playerid],0,0,0,0,0,0);
|
i Get allot of errors like
And im using a server almost liek ravens roleplay pleas help thanks |