You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: