lot of errors
#1

i not know if anyone can help me with it, but i downloaded the gamemode ScavengeSurvive of southclaw... but have very, very errors, i remove the line of the error, it fix but show others....
i like southclaw answer on this post how i can fix it... i want test the gm :/
type it
pawn Код:
#include "SS/Core/Vehicle/Locksmith.pwn
many errors
pawn Код:
SS/Core/Vehicle/Locksmith.pwn(12) : warning 235: public function lacks forward declaration (symbol "OnPlayerInteractVehicle")
SS/Core/Vehicle/Locksmith.pwn(23) : error 017: undefined symbol "GetVehicleType"
SS/Core/Vehicle/Locksmith.pwn(25) : error 017: undefined symbol "item_LocksmithKit"
SS/Core/Vehicle/Locksmith.pwn(27) : error 017: undefined symbol "IsVehicleTypeLockable"
SS/Core/Vehicle/Locksmith.pwn(33) : error 017: undefined symbol "GetVehicleKey"
SS/Core/Vehicle/Locksmith.pwn(43) : error 017: undefined symbol "item_Key"
SS/Core/Vehicle/Locksmith.pwn(47) : error 017: undefined symbol "GetVehicleKey"
SS/Core/Vehicle/Locksmith.pwn(72) : error 017: undefined symbol "IsVehicleTypeLockable"
SS/Core/Vehicle/Locksmith.pwn(85) : error 017: undefined symbol "SaveVehicle"
SS/Core/Vehicle/Locksmith.pwn(112) : error 017: undefined symbol "StartHoldAction"
SS/Core/Vehicle/Locksmith.pwn(123) : error 017: undefined symbol "StopHoldAction"
SS/Core/Vehicle/Locksmith.pwn(130) : warning 235: public function lacks forward declaration (symbol "OnHoldActionUpdate")
SS/Core/Vehicle/Locksmith.pwn(134) : error 017: undefined symbol "item_LocksmithKit"
SS/Core/Vehicle/Locksmith.pwn(161) : warning 235: public function lacks forward declaration (symbol "OnHoldActionFinish")
SS/Core/Vehicle/Locksmith.pwn(172) : error 017: undefined symbol "item_LocksmithKit"
SS/Core/Vehicle/Locksmith.pwn(177) : error 017: undefined symbol "item_Key"
SS/Core/Vehicle/Locksmith.pwn(181) : error 017: undefined symbol "GetVehicleType"
SS/Core/Vehicle/Locksmith.pwn(182) : error 017: undefined symbol "SetVehicleKey"
SS/Core/Vehicle/Locksmith.pwn(208) : error 017: undefined symbol "item_Key"
SS/Core/Vehicle/Locksmith.pwn(214) : error 017: undefined symbol "MAX_VEHICLE_TYPE_NAME"
SS/Core/Vehicle/Locksmith.pwn(214) : error 009: invalid array size (negative, zero or out of bounds)
SS/Core/Vehicle/Locksmith.pwn(214) : warning 217: loose indentation
SS/Core/Vehicle/Locksmith.pwn(214) : error 036: empty statement
SS/Core/Vehicle/Locksmith.pwn(214) : fatal error 107: too many error messages on one line
Reply
#2

Change this:
PHP код:
#include "SS/Core/Vehicle/Locksmith.pwn 
to this:
PHP код:
#include "SS/Core/Vehicle/Locksmith.pwn" 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)