11.09.2012, 20:58
Hi guys,
Been a while since I made a thread in the "Scripting Help" board and I would like some help to convert this small bit of code from dini to Y_ini.
Here it is:
I have decided to use some code from the SFCRRPG gamemode. Can anyone convert this to Y_ini ?
Kind regards,
Sean aka sniperwars
Been a while since I made a thread in the "Scripting Help" board and I would like some help to convert this small bit of code from dini to Y_ini.
Here it is:
pawn Код:
bcash = dUserINT(DrugHouseOwnerName).("Bankcash");
bcash -=mrand;
dUserSetINT(DrugHouseOwnerName).("Bankcash",bcash);
Kind regards,
Sean aka sniperwars