Warning in Pawno
#1

A warning
pawn Код:
C:\Users\blank\Documents\Personal Things\GTA files\GTA SA files\SAMP\filterscripts\ycmd.pwn(38) : warning 235: public function lacks forward declaration (symbol "cd")
Here is the line:
pawn Код:
public cd()
I know its a warning and it does not interfere with my filterscript but I would like it to be resolved so that it may not interfere with further scripting of my filterscript
Reply
#2

pawn Код:
forward cd();
Reply
#3

did not work, 'forward' was not in blue and a lot of errors popped out
Reply
#4

forward <space> cd();

That will be:

pawn Код:
forward cd();
Reply
#5

Add this just above your line:
PHP код:
forward cd(); 
And show the new errors that you gets
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)