How do I change the money that players should start with a server
#1

How do I change the money that players should start with a server
Reply
#2

What saving system / register system are you using?
Reply
#3

If you have no saving system then use..

pawn Код:
// After OnPlayerConnect
GivePlayerMoney(playerid, Amount);
Or if you have a saving system, put this just after the player has registered

pawn Код:
GivePlayerMoney(playerid, PlayerInfo[playerid][pCash]);
Note: You variables will probably be different so you can just simply edit it too them
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)