Pawn.RakNet
Pawn.RakNet copied to clipboard
Missing Forward?
I've added the include to the main gamemode script. (#include <airbreak>)
Inside my script I have a public OnPlayerAirBreak(playerid). However when I try to compile it says I'm missing a forward. This is strange because there's a forward declaration already inside the include? Is this right? Do I have to add a forward in the script too?
How it's related to Pawn.RakNet plugin itself?