Quote:
Originally Posted by willbedie
Have you tried debugging them?
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;
}
|
Yes, and the callback was not called. I even put in a static query to test if it would callback then and it didn't.