22.12.2014, 12:31
Quote:
I see no reference to that function in any of the code you posted above. I only see "OnAccountRegister".
|
and hare is on account registered :
Код:
public OnAccountRegister(playerid) { SendClientMessage(playerid, -1, "Sekmingai uzsiregistravote"); PlayerInfo[playerid][ID] = cache_insert_id(); //loads the ID of the player in the variable once they registered. printf("Sekmingai uzsiregistravote. ID: %d", PlayerInfo[playerid][ID]); //just for debugging. return 1; }