Posts: 309
Threads: 88
Joined: Sep 2011
Reputation:
0
hi , i have big problem with the includes ,
so i have Register/login using Y_Ini , can i make commandes using Zcmd+ini ? for an example make a /changepass command , witch include need i ? thank you .
Posts: 309
Threads: 88
Joined: Sep 2011
Reputation:
0
Thank you a lot ! so with Y_ini +zcmd i can create every commande like : /givemoney /ban /slap /givegun..
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
It doesn't need for the rest, because OnPlayerDisconnect Callback it saves the Data
For example it GetPlayerMoney( playerid ); and it saves the money to the file.
Although about the /ban command it depends on what code do you have.
Posts: 309
Threads: 88
Joined: Sep 2011
Reputation:
0
oh yea you've right ! thank you , and about the login/register systeme the bad include to use is Y_ini it sometimes works and sometimes not , so i'm looking for an other register/login system WITHOUT using Y_ini....