11.03.2017, 07:15
Quote:
please you can request his help in his thread here https://sampforum.blast.hk/showthread.php?tid=608851
this is section of your own scripts not copyed scripts |
Before you go through with the below suggestions or information, you _NEED_ to try get those includes working, as they are likely to cause some of the errors that come from below. The warnings are just warnings, the errors though are what's stopping it compiling. You can run with errors, it may lead to unexpected results, but errors will not allow it to compile at all.
Most of these errors are basic errors.
Код:
local variable "id" shadows a variable at a preceding level
Код:
function heading differs from prototype
Код:
error 017: undefined symbol "objectid"
Код:
invalid function or declaration
Код:
symbol already defined: "SetDynamicObjectPos" symbol already defined: "Streamer_SetFloatData" symbol already defined: "stmt_bind_value"
Код:
undefined symbol "Logs"
Код:
symbol is assigned a value that is never used: "UpdateTree"