weapon save
#1

Hey guys. I'm using a script that save things. Money and score saves correctly
But now I wanna know how to save your waepons on relog
The working things:
At public OnPlayerConnect

GivePlayerMoney(playerid, dUserINT(PlayerName2(playerid)).("money"));
SetPlayerScore(playerid, dUserINT(PlayerName2(playerid)).("score"))


Public OnplayerDisconncet

dUserSetINT(PlayerName2(playerid)).("score",GetPla yerScore(playerid));
dUserSetINT(PlayerName2(playerid)).("weapons",GetP layerWeapon(playerid));

now how to do weapons? PLease help
Reply


Messages In This Thread
weapon save - by bartje01 - 03.03.2010, 17:22
Re: weapon save - by Rzzr - 03.03.2010, 17:29
Re: weapon save - by bartje01 - 03.03.2010, 17:38
Re: weapon save - by Rzzr - 03.03.2010, 17:43
Re: weapon save - by bartje01 - 03.03.2010, 17:47
Re: weapon save - by Rzzr - 03.03.2010, 18:03
Re: weapon save - by SpanishMan - 03.03.2010, 18:20
Re: weapon save - by bartje01 - 03.03.2010, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)