Jump to content
  • 0

Question

Posted

C:\Users\Administrator\Desktop\gm gf\gamemodes\gf.pwn(32546) : warning 204: symbol is assigned a value that is never used: "wartimer2"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Warning.

32546 (linia)

wartimer2 = SetTimer("WarTime", 1000, 1);

stie cineva??

6 answers to this question

Recommended Posts

Posted

sterge pentru ca nu este folosit.

Mai exact, sterge

new wartimer2;
si
wartimer2 = SetTimer("WarTime", 1000, 1);
schimba in
SetTimer("WarTime", 1000, 1);

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.