23.06.2015, 13:18
(
Последний раз редактировалось zeth98; 23.06.2015 в 15:02.
)
I have this on OnGamemModeIit
And when I typed this command
The message is that "Money 0 -$"
after i typed this command
Mysql database is updated and i retype this /bankfaction he say "Money 1234 -$"
The problem is when i restarted the variables is 0
Код HTML:
mysql_get_field("BankFaction", result); DynamicFactions[index][fBank] = strval(result);
Код HTML:
if(strcmp(cmdtext, "/bankfaction", true) == 0) { format(string,100,"Money %d -$ ",DynamicFactions[2][fBank]); SendClientMessage(playerid,-1,string); }
after i typed this command
Код HTML:
if(strcmp(cmdtext, "/bank1234", true) == 0) { DynamicFactions[2][fBank] = 1234; fUpdate(2,fBankx); }
The problem is when i restarted the variables is 0