07.04.2012, 15:11
do you have included zcmd?'
change moneybag command with this..
change moneybag command with this..
Quote:
CMD:moneybag(playerid,params[]) { if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"You are not an admin!"); new string[150]; if(!MoneyBagFound) format(string, sizeof(string), "**The {33FF66}Money Bag has been {FF0000}hidden in {FFFF66}%s!", MoneyBagLocation); if(MoneyBagFound) format(string, sizeof(string), "**There is currently no {33FF66}Money Bag."); SendClientMessage(playerid, -1, string); return true; } |