- 0
Problema compilare
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Spilter
Salut!Am 5 warnings la compilare!Este un sistem de masini personale!
D:\Gta.Creepz2\filterscripts\masinii.pwn(1701) : warning 235: public function lacks forward declaration (symbol "Roach_Time_Tools")
D:\Gta.Creepz2\filterscripts\masinii.pwn(1712) : warning 205: redundant code: constant expression is zero
D:\Gta.Creepz2\filterscripts\masinii.pwn(1713) : warning 205: redundant code: constant expression is zero
D:\Gta.Creepz2\filterscripts\masinii.pwn(1714) : warning 205: redundant code: constant expression is zero
D:\Gta.Creepz2\filterscripts\masinii.pwn(1718) : warning 205: redundant code: constant expression is zero
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Warnings.
Linii
public Roach_Time_Tools()
TextDrawSetFormat(TextdrawHour, "%02d", ServerHour);
TextDrawSetFormat(TextdrawMinute, ":%02d", ServerMinute);
TextDrawSetFormat(TextdrawSeconds, ":%02d", ServerSecond);
TextDrawSetFormat(TextdrawDay, "%02d", Day);
1 answer to this question
Recommended Posts