Jump to content
  • 0

Erori


Shad0wdpbgd

Question

Salut, stie cineva sa rezolve aceste erori? daca da, multumesc.

C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : error 017: undefined symbol "vehicle_personal"
C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : warning 215: expression has no effect
C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : error 001: expected token: ";", but found "]"
C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : error 029: invalid expression, assumed zero
C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : fatal error 107: too many error messages on one line

 

LINIA: new id = vehicle_personal[vehicleid];

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

error 017: undefined symbol "vehicle_personal" 
din cate tickete ai facut nu cred ca nu ai inteles ce iti spune erroarea.
Nu ai definit variabla vehicle_personal

Edited by Luca.sex

 

 

Cand eram mic, eram mare zdreanta Eu fut*am femei, vara miu umbla prin casa

LINIE-3.gif.f4c03161035b1ce4c431755a78bed2ae.gif.aacf6e45f3894429f134b2e37f997f6f.gif

Discord: ㍿ Luca лол㍿ツ#5482

Sunt de moda veche inca mai cred in Respect!

LINIE-3.gif.f4c03161035b1ce4c431755a78bed2ae.gif.bcf86dadd9b43351554dd738f470725f.gif

 

Link to comment
Share on other sites

  • 0
36 minutes ago, Luca.sex said:

@Raduq pai gm ul tau nu le are. Defineste-le !

LE ARE,

new SQL, gQuery[512],

    bool:vehicle_engine[MAX_VEHICLES],
    bool:vehicle_lights[MAX_VEHICLES],
    bool:vehicle_bonnet[MAX_VEHICLES],
    bool:vehicle_boot[MAX_VEHICLES],
    Float:vehicle_fuel[MAX_VEHICLES],
    vehicle_personal[MAX_VEHICLES],

Link to comment
Share on other sites

  • 0

pai 

new SQL, gQuery[512],

    bool:vehicle_engine[MAX_VEHICLES],
    bool:vehicle_lights[MAX_VEHICLES],
    bool:vehicle_bonnet[MAX_VEHICLES],
    bool:vehicle_boot[MAX_VEHICLES],
    Float:vehicle_fuel[MAX_VEHICLES],
    vehicle_personal[MAX_VEHICLES], sunt in gamemode definite nu in include

Link to comment
Share on other sites

  • 0
5 minutes ago, Luca.sex said:

Pune-le in include atunci sau include ul in gm..

.. C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\amx_header.inc(131) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\amx_header.inc(419) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\opcode.inc(810) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\opcode.inc(830) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\asm.inc(245) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\asm.inc(288) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\frame_info.inc(468) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\codescan.inc(344) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\codescan.inc(447) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\y_foreach/impl.inc(275) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hooks/impl.inc(153) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hooks/impl.inc(237) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hooks/impl.inc(260) : error 025: function heading differs from prototype
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hooks/impl.inc(267) : warning 213: tag mismatch: expected tag "string", but found none ("_")
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hooks/impl.inc(831) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hooks/impl.inc(1011) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hooks/impl.inc(1094) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\y_foreach/iterators.inc(351) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\y_foreach/iterators.inc(361) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Data\y_foreach/iterators.inc(377) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\..\YSI_Coding\y_malloc/heapalloc.inc(143) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\y_timers/impl.inc(347) : error 025: function heading differs from prototype
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Core\y_master/once.inc(252) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Core\y_master/once.inc(302) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Core\y_master/once.inc(349) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Core\y_master/once.inc(376) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\..\YSI_Data\..\YSI_Coding\y_stringhash.inc(342) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\..\YSI_Server\y_punycode.inc(416) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(158) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(947) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(1063) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(1113) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(1144) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(1451) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(1508) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(1574) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(1595) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Visual\y_commands/impl.inc(1672) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\y_inline/impl.inc(973) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\y_inline/impl.inc(1045) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\y_inline/impl.inc(1069) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\y_inline/impl.inc(1095) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\y_inline/impl.inc(1148) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\y_inline/impl.inc(1214) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\y_inline/impl.inc(1590) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\YSI\..\YSI_Coding\y_inline/impl.inc(1692) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\a_mysql.inc(176) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\a_mysql.inc(182) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\a_mysql.inc(210) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\a_mysql.inc(230) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\easyDialog.inc(62) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\easyDialog.inc(119) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\easyDialog.inc(129) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\sscanf2.inc(155) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\sscanf2.inc(199) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\timestamptodate.inc(64) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\callbacks.inc(364) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\callbacks.inc(517) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\callbacks.inc(652) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\callbacks.inc(670) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\callbacks.inc(813) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\callbacks.inc(941) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\callbacks.inc(1154) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\a_zones.inc(456) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : error 017: undefined symbol "vehicle_personal"
C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : warning 215: expression has no effect
C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : error 001: expected token: ";", but found "]"
C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : error 029: invalid expression, assumed zero
C:\Tuts GM (1)\Tuts GM\pawno\include\VehicleTuning.inc(244) : fatal error 107: too many error messages on one line

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.