15.05.2012, 18:09
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..
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
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;
}