28.12.2009, 02:47
Quote:
Originally Posted by dirkblok
Hey,
How can I make it save the money when the player disconnects? Thanks ![]() |
Code:
dini_IntSet(file,"Cash", GetPlayerMoney(playerid));
Quote:
Originally Posted by Lajko1
fixed
![]() ![]() |
Under the /login cmd add:
Code:
SetPlayerSkin(playerid, dini_Int(file, "Skin"));
Code:
dini_IntSet(file,"Skin", GetPlayerSkin(playerid));