Jump to content
  • 0

Ajtor: Warning 203


Question

Posted

C:\Documents and Settings\Admin\Desktop\Test\gamemodes\PPC_TruckingH.pwn(1481) : warning 203: symbol is never used: "Speedometer_Cleanup"

C:\Documents and Settings\Admin\Desktop\Test\gamemodes\PPC_TruckingH.pwn(1481) : warning 203: symbol is never used: "Speedometer_Setup"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Warnings.

Cum sa repar aceste doua warning ca linia 1481 nu exista ma puteti ajuta?

560x95_F01616_1625F2_030303_000000.png

7 answers to this question

Recommended Posts

Posted

Sterge acele linii, sau in caz ca sunt functii stergele cu totul.

Posted

Cauta in script (CTRL+F) amandoua functiile.

Posted

Am rezolvat una avea doua // la inceput mai am asta:

C:\Documents and Settings\Admin\Desktop\Test\gamemodes\PPC_TruckingH.pwn(1481) : warning 203: symbol is never used: "Speedometer_Cleanup"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Warning.

In scriptul meu nu exista: Speedometer_Cleanup

560x95_F01616_1625F2_030303_000000.png
Posted

Pune sus in script:

#pragma unused Speedometer_Cleanup

Sau incearca sa mai cauti.

Posted

Am facut in felul urmator si mi-a mers

// Speedometer setup

Speedometer_Setup(playerid);

Speedometer_Cleanup(playerid);  <--- Asta am adugato eu si mi-a mers!

560x95_F01616_1625F2_030303_000000.png
Posted

Da pentru ca ai folosit functia si nu mai are de ce sa iti apara eroarea "symbol is never used".

Guest
This topic is now closed to further replies.
×
×
  • 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.