03.09.2018, 03:22
Have you tried debugging them?
EDIT: Try to debug them, here's an example:
EDIT: Try to debug them, here's an example:
PHP Code:
function OnPlayerRegister(playerid)
{
pInfo[playerid][SQLID] = cache_insert_id();
print("OnPlayerRegister has been called");
return 1;
}