- 0
Warning
-
Similar Content
-
- 2 answers
- 868 views
-
-
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
Jack
Cand compilez gmul imi da 8 warninguri [pawn]D:\SERVER~1\GAMEMO~1\Test.pwn(579) : warning 203: symbol is never used: "TipRandMessages"
D:\SERVER~1\GAMEMO~1\Test.pwn(579) : warning 203: symbol is never used: "afktime"
D:\SERVER~1\GAMEMO~1\Test.pwn(579) : warning 203: symbol is never used: "aname"
D:\SERVER~1\GAMEMO~1\Test.pwn(579) : warning 203: symbol is never used: "brbtime"
D:\SERVER~1\GAMEMO~1\Test.pwn(579) : warning 203: symbol is never used: "isafk"
D:\SERVER~1\GAMEMO~1\Test.pwn(579) : warning 203: symbol is never used: "oyunism"
D:\SERVER~1\GAMEMO~1\Test.pwn(579) : warning 203: symbol is never used: "pname"
D:\SERVER~1\GAMEMO~1\Test.pwn(579) : warning 203: symbol is never used: "weaponchecktimer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
8 Warnings.
[/pawn]
Linile:
[pawn]new pname[MAX_PLAYER_NAME];
new oyunism[48];
new isafk[MAX_PLAYERS];
new afktime[MAX_PLAYERS];
new brbtime[MAX_PLAYERS];
new aname[MAX_PLAYER_NAME];
new weaponchecktimer;
new TipRandMessages[][] =[/pawn]
4 answers to this question
Recommended Posts