Include problem?
#6

This warning appears because it's not a public and it must be used like a variable, if it doesn't, a warning will appear. However, if you make it as a public, the warning will disappear;
pawn Код:
forward OnGameMissionStart();
public OnGameMissionStart()
{

    return 1;
}
Reply


Messages In This Thread
Include problem? - by Steeve_Smith - 22.02.2012, 14:36
Re: Include problem? - by TheArcher - 22.02.2012, 15:43
Re: Include problem? - by niels44 - 22.02.2012, 15:45
Re: Include problem? - by Toreno - 22.02.2012, 15:49
Re : Include problem? - by Steeve_Smith - 22.02.2012, 16:01
Re: Include problem? - by Toreno - 22.02.2012, 16:11
Re : Include problem? - by Steeve_Smith - 22.02.2012, 16:22
Re: Include problem? - by Toreno - 22.02.2012, 16:27
Re : Re: Include problem? - by Steeve_Smith - 22.02.2012, 16:30
Re: Include problem? - by Toreno - 22.02.2012, 17:03

Forum Jump:


Users browsing this thread: 1 Guest(s)