Adding a value to a value and saving it
#2

Код:
APlayerData[playerid][ECoins] += Coins;
format(string4, sizeof(string4), "UPDATE Users SET ECoins = '%i' WHERE Name = '%s'", APlayerData[playerid][ECoins], pName);
Reply


Messages In This Thread
Adding a value to a value and saving it - by thimo - 30.06.2013, 18:23
Re: Adding a value to a value and saving it - by Scottas - 30.06.2013, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)