26.06.2016, 01:24
Hey,
Would the callback remotely be called? because my bans and login system both are in different scripts.
But the callback OnPlayerDataLoaded is another file so would it work remotely or should I call another function here and then call remote function from there.
or should I add this in bans fs.
Would the callback remotely be called? because my bans and login system both are in different scripts.
Код:
mysql_pquery(BAN_SQL, string, "OnPlayerDataLoaded", "dd", playerid, g_MysqlRaceCheck[playerid]);
or should I add this in bans fs.
Код:
native OnPlayerDataLoaded(playerid, race_check);