Help-Need help please.
#7

Everything works perfectly but,how can i save all players points,because when i restart the server they lose all they're points...

And another problem here..
pawn Код:
if (strcmp("/armour", cmdtext, true, 10) == 0)
    if(GetPlayerMoney(playerid) < 1000) return SendClientMessage(playerid, 0xFFFFFFFF, "ERROR: Nu ai destui bani pentru a cumpara armura.");
    GivePlayerMoney(playerid,-1000);
    SetPlayerArmour(playerid,100);
    return 1;
  }
That works but,when a player tips another command that doesn't exist,a command that he/she want it gives that command..For Eg: i type /c` and it give's me 100 armour and takes my moneys
Reply


Messages In This Thread
Help-Need help please. - by Edii - 15.05.2012, 17:40
Re: Help-Need help please. - by TheDominator - 15.05.2012, 17:50
Re: Help-Need help please. - by Niko_boy - 15.05.2012, 17:51
Re: Help-Need help please. - by Edii - 15.05.2012, 17:57
Re: Help-Need help please. - by FalconX - 15.05.2012, 17:58
Re: Help-Need help please. - by TheDominator - 15.05.2012, 17:59
Re: Help-Need help please. - by Edii - 15.05.2012, 18:09
Re: Help-Need help please. - by FalconX - 15.05.2012, 18:14
Re: Help-Need help please. - by Edii - 15.05.2012, 18:31
Re: Help-Need help please. - by FalconX - 15.05.2012, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)