04.01.2015, 12:06
Copy the public of the symbols in your gamemode, OnPlayerSelectObject, EditAttachedObject and so on, and replace the "public" with "forward" and put a semi-colon at the end, just place them at the top of your script.
Etc:
put the forward over it anywhere.
https://sampwiki.blast.hk/wiki/Public_functions
Etc:
pawn Код:
public OnPlayerSelectObject(playerid)
pawn Код:
forward OnPlayerSelectObject(playerid);
public OnPlayerSelectObject(playerid)

