katursis / Pawn.RakNet

🛡 Plugin for SA:MP 0.3.7 server that allows you to capture and analyze RakNet traffic

Home Page:https://github.com/katursis/Pawn.RakNet/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Forward?

Xlithan opened this issue · comments

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?