warning 235
#1

how to fix warning 235: public function lacks forward declaration (symbol "GetVehicleModelIDFromName")


Quote:

H:\gta server cc bukit\gamemodes\GL.pwn(3591) : warning 235: public function lacks forward declaration (symbol "GetVehicleModelIDFromName")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

Reply
#2

You have to forward the function. For ex
Код:
forward test(playerid);
public test(playerid)
{
 return 1;
}
Reply
#3

how i put the code
Reply
#4

You need to declare the function as that's what the error is.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)