YSI,y_hooks 5 errors[rep++]
#4

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:
pawn Код:
public OnPlayerSelectObject(playerid)
put the forward over it anywhere.
pawn Код:
forward OnPlayerSelectObject(playerid);
public OnPlayerSelectObject(playerid)
https://sampwiki.blast.hk/wiki/Public_functions
Reply


Messages In This Thread
Please HELP[rep++] - by Kruno88 - 04.01.2015, 11:22
Re: YSI,y_hooks 5 errors[rep++] - by Kruno88 - 04.01.2015, 11:37
Re: YSI,y_hooks 5 errors[rep++] - by Kruno88 - 04.01.2015, 11:57
Re: YSI,y_hooks 5 errors[rep++] - by CalvinC - 04.01.2015, 12:06
Re: YSI,y_hooks 5 errors[rep++] - by Kruno88 - 04.01.2015, 12:36
Re: YSI,y_hooks 5 errors[rep++] - by DRP - 04.01.2015, 13:05
Re: YSI,y_hooks 5 errors[rep++] - by Kruno88 - 05.01.2015, 09:36

Forum Jump:


Users browsing this thread: 1 Guest(s)