Posts: 12
Threads: 0
Joined: Feb 2018
Can you show us an example?
Posts: 6,242
Threads: 8
Joined: Jun 2008
It means that it's not being used.
Are you using pragmas to suppress other errors? Or are you simply posting up the top error, neglecting the rest of the error codes.
And is that function in the same script as where it's put?
Like, gamemode.pwn contains the function and the usage, or is it part of an include that you are using, and including into your script where you are using it in there?
Posts: 96
Threads: 10
Joined: Aug 2017
Reputation:
0
I'm using any pragmas to suppress other errors and its apart of my gamemode not an include.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Akeem
I'm using any pragmas to suppress other errors
|
Are you missing a not in there, or are you seriously using pragmas. If so comment them out and recompile.
Posts: 96
Threads: 10
Joined: Aug 2017
Reputation:
0
i meant "not using any" sorry