02.09.2009, 20:36
Ok so ..
My server uses this crappy money named "Kcash" it's like points but it is our currency.
Anyways ..
This is the cmd to show how much KCASH you have.
Is there anyway so that this "KCASH" can save on your username?
No matter if the server restarts or if you log out or crash or w/e it will always save on your name ..
My server uses this crappy money named "Kcash" it's like points but it is our currency.
Anyways ..
This is the cmd to show how much KCASH you have.
Код:
if(!strcmp(cmdtext,"/kcash",true)) { format(string, sizeof string, "You have %i KCASH in your bag.", KCASH[playerid]); SendClientMessage(playerid,COLOR_GREEN,string); return 1; }
No matter if the server restarts or if you log out or crash or w/e it will always save on your name ..