18.03.2012, 22:02
okay OnPlayerPrivmsg and OnPlayerInfoChange need to be forward as they are public functions
this is an example..
youll need to find the functions and copy them with the arguments and make the forward above them
and can you tell me what code is on line (174)
pawn Code:
forward LoadUser_data(playerid,name[],value[]);
public LoadUser_data(playerid,name[],value[])
{
}
youll need to find the functions and copy them with the arguments and make the forward above them
and can you tell me what code is on line (174)