Restart doubles players money
#1

When I /restart the server from in-game it will double players money either - or + depending on what they've got

Restart script:
Код:
if(strcmp(cmd, "/restart", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			if (PlayerInfo[playerid][pAdmin] >= 6)
			{
				GameModeExit();
			}
			else
			{
				SendClientMessage(playerid, COLOR_GREY, "You cannot use this command!");
			}
		}
		return 1;
Reply
#2

BUMP.
Reply
#3

Can i see how your server loads your player accounts?
Reply
#4

You Must Us SetPlayerMoney Not GivePlayerMoney !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)