oscar-broman / PAWN-Boilerplate

(discontinued) Solid core for a big SA-MP server script.
http://sa-mp.com/
24 stars 13 forks source link

Error when creating callback #47

Open scythx opened 9 years ago

scythx commented 9 years ago

PBP Warning: Unknown callback "OnAccountDataLoaded"

but i had do this inside callbacks.inc

forward OnAccountDataLoaded(playerid, g_mysql_check);

oscar-broman commented 9 years ago

Which OS? Linux or Windows?

scythx commented 9 years ago

Windows

file structure: module/Roleplay/Account/callbacks/OnAccountDataLoaded.inc Edit:

-btw this problem will solved if i change my module name to PBP

OOT:

i know my english is bad lol.

oscar-broman commented 9 years ago

Oh - maybe the ++ in the filename causes problems.

Sounds very strange, it should not matter which module it's in.

Could you copy the whole callbacks.inc file that didn't work and paste here?

scythx commented 9 years ago

module/Roleplay/Account/callbacks.inc : []/! [] * Roleplay/Account/callbacks.inc [] []> Priority: 0 [] */ [] []forward OnAccountDataLoaded(playerid, g_mysql_check);

ingore [], i just dont know how to use github