18.06.2013, 22:42
so i still have that error with params i managed to find a way for the SetPlayerHealth and armour but i can't fix the params error
undefined symbol params im in ondialog response
Код:
if(listitem == 6) { if(GetPlayerMoney(playerid) > 5000) { GivePlayerMoney(playerid,-5000); return cmd_thelp(playerid, params); } else { SendClientMessage(playerid,SERVER_COL, "You don't have enough money to buy this item");}}}