Question

D:\sampmobile\viber\new.pwn(8451) : error 017: undefined symbol "V_BAGAGE_AMOUNT_GUN"
D:\sampmobile\viber\new.pwn(10474) : error 017: undefined symbol "V_BAGAGE_AMOUNT_GUN"
D:\sampmobile\viber\new.pwn(10477) : error 017: undefined symbol "V_BAGAGE_AMOUNT_GUN"
D:\sampmobile\viber\new.pwn(10478) : error 017: undefined symbol "V_BAGAGE_AMOUNT_GUN"
D:\sampmobile\viber\new.pwn(10593) : error 017: undefined symbol "V_BAGAGE_AMOUNT_GUN"
D:\sampmobile\viber\new.pwn(10596) : error 017: undefined symbol "V_BAGAGE_AMOUNT_GUN"
D:\sampmobile\viber\new.pwn(10597) : error 017: undefined symbol "V_BAGAGE_AMOUNT_GUN"
Pawn compiler 3.2.3664 Copyright © 1997-2016, ITB CompuPhase

7 Errors.

 

Что делать 

Edited by odosenok

Share this post


Link to post
Share on other sites

16 answers to this question

  • 0

@freestyle samp Ну ошибка указывает на неизвестный символ. Покажите строки, на которых ошибки.

Share this post


Link to post
Share on other sites
  • 0
7 часов назад, Nekit_Krut18 сказал:

@freestyle samp Ну ошибка указывает на неизвестный символ. Покажите строки, на которых ошибки.

 

017.txt

Share this post


Link to post
Share on other sites
  • 0

@freestyle samp Возможно это у вас перечисление, тобишь enum где то. А что вы сделали, после чего у вас появились ошибки

Share this post


Link to post
Share on other sites
  • 0
1 час назад, Nekit_Krut18 сказал:

@freestyle samp Возможно это у вас перечисление, тобишь enum где то. А что вы сделали, после чего у вас появились ошибки

Просто поменял названия

Share this post


Link to post
Share on other sites
  • 0
2 часа назад, Nekit_Krut18 сказал:

@freestyle samp Возможно это у вас перечисление, тобишь enum где то. А что вы сделали, после чего у вас появились ошибки

А так вообще что делать? 

Share this post


Link to post
Share on other sites
  • 0

@freestyle samp Могли бы вы, показать, что вы изменили, где, на что, что было раньше?

Share this post


Link to post
Share on other sites
  • 0
20 часов назад, Nekit_Krut18 сказал:

@freestyle samp Могли бы вы, показать, что вы изменили, где, на что, что было раньше?

Дайте свой вк там спишемся ок? 

Заметка от 𝙡𝙖𝙨𝙩 𝙚𝙢𝙥𝙚𝙧𝙤𝙧. , создано

В случае, если Вам помогут, приложите док-ва, перед тем, как закрыть тему.

Share this post


Link to post
Share on other sites
  • 0

@freestyle samp, специфика форума предполагает разрешение всех вопросов и проблем на форуме, а не на сторонних ресурсах.

Share this post


Link to post
Share on other sites
  • 0
В 06.10.2020 в 21:50, Nekit_Krut18 сказал:

@freestyle samp Могли бы вы, показать, что вы изменили, где, на что, что было раньше?

Ну типо я изменил названия сервера все 

Share this post


Link to post
Share on other sites
  • 0

@freestyle samp, замените предоставленный участок кода следующим:

SetVehicleData(GetPlayerVehicleID(playerid),V_BAGAGE_AMOUNT_GUN,0);
if (GetVehicleData(vehicleid, V_BAGAGE_AMOUNT_GUN)+500 > 3000) *then SendClientMessage(playerid,-1,"Матовоз переполнен!");
SetVehicleData(vehicleid,V_BAGAGE_AMOUNT_GUN,GetVehicleData(vehicleid, V_BAGAGE_AMOUNT_GUN)+500);
format(l_string,26,"Матовоз загружен: 0/%d",GetVehicleData(vehicleid,V_BAGAGE_AMOUNT_GUN));
if (GetVehicleData(vehicleid, V_BAGAGE_AMOUNT_GUN)+500 > 3000) *then SendClientMessage(playerid,-1,"Матовоз переполнен!");
SetVehicleData(vehicleid,V_BAGAGE_AMOUNT_GUN,GetVehicleData(vehicleid, V_BAGAGE_AMOUNT_GUN)+500);
format(l_string,26,"Матовоз загружен: 0/%d",GetVehicleData(vehicleid,V_BAGAGE_AMOUNT_GUN));

 

Share this post


Link to post
Share on other sites
  • 0
2 часа назад, odosenok сказал:

@freestyle samp, замените предоставленный участок кода следующим:


SetVehicleData(GetPlayerVehicleID(playerid),V_BAGAGE_AMOUNT_GUN,0);
if (GetVehicleData(vehicleid, V_BAGAGE_AMOUNT_GUN)+500 > 3000) *then SendClientMessage(playerid,-1,"Матовоз переполнен!");
SetVehicleData(vehicleid,V_BAGAGE_AMOUNT_GUN,GetVehicleData(vehicleid, V_BAGAGE_AMOUNT_GUN)+500);
format(l_string,26,"Матовоз загружен: 0/%d",GetVehicleData(vehicleid,V_BAGAGE_AMOUNT_GUN));
if (GetVehicleData(vehicleid, V_BAGAGE_AMOUNT_GUN)+500 > 3000) *then SendClientMessage(playerid,-1,"Матовоз переполнен!");
SetVehicleData(vehicleid,V_BAGAGE_AMOUNT_GUN,GetVehicleData(vehicleid, V_BAGAGE_AMOUNT_GUN)+500);
format(l_string,26,"Матовоз загружен: 0/%d",GetVehicleData(vehicleid,V_BAGAGE_AMOUNT_GUN));

Какую именно строку изменитб просто в файле 8451 строка  и 10596 и т.д просто они все вместе давайте я вам дам мод и вы изменете там потомучто ч хз где менять

Share this post


Link to post
Share on other sites
  • 0
1 час назад, odosenok сказал:

@freestyle samp, Выше Вы кидали участок кода из семи строк. Вот его и нужно заменить.

Так там типо строки с разными растояниями

Share this post


Link to post
Share on other sites
  • 0

@freestyle samp Так, что вам мешает находить эти строки заново, и заменять их поочерёдно.?O.o

Share this post


Link to post
Share on other sites
  • 0
В 08.10.2020 в 23:04, Nekit_Krut18 сказал:

@freestyle samp Так, что вам мешает находить эти строки заново, и заменять их поочерёдно.?O.o

В вк напишу

Share this post


Link to post
Share on other sites
  • 0

@freestyle samp, раз, два, три, четыре, пять... И сколько можно говорить одно и то же? В общем закрываю тему, решайте в ВК все свои вопросы.

Share this post


Link to post
Share on other sites
  • -1

@freestyle samp, Выше Вы кидали участок кода из семи строк. Вот его и нужно заменить.

Share this post


Link to post
Share on other sites
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • By def
      arizona.pwn(23374) : error 012: invalid function call, not a valid address
      arizona.pwn(23374) : error 001: expected token: ";", but found ")"
      arizona.pwn(23374) : error 029: invalid expression, assumed zero
      arizona.pwn(23374) : fatal error 107: too many error messages on one line
      жалуется на данную строчку:
       
      %s{cccccc}Для продолжения нажмите 'Далее'",PN(playerid),playerid,ItemsInfo[itemid][ItemName2],hours,cost*hours,Inventory[playerid][2][slot], AksColorName(Inventory[playerid][4][slot]), Inventory[playerid][5][slot] ? GetNameStripe(Inventory[playerid][5][slot]) : "");