22.10.2014, 12:41
I've seen some filterscripts/includes which use `_` on callbacks
Like this
What is its effect?
Like this
Код:
forward LoadUser_data(playerid);
public LoadUser_data(playerid) {
//stuff here
}

