Convert to ZCMD +REP
#6

do you have included zcmd?'

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;
}

Reply


Messages In This Thread
Convert to ZCMD +REP - by TheMightyEddy - 07.04.2012, 14:21
Re: Convert to ZCMD +REP - by ivanVU - 07.04.2012, 14:35
Re: Convert to ZCMD +REP - by TheMightyEddy - 07.04.2012, 14:58
Re: Convert to ZCMD +REP - by ivanVU - 07.04.2012, 14:59
Re: Convert to ZCMD +REP - by TheMightyEddy - 07.04.2012, 15:09
Re: Convert to ZCMD +REP - by ivanVU - 07.04.2012, 15:11
Re: Convert to ZCMD +REP - by TheMightyEddy - 07.04.2012, 15:12
Re: Convert to ZCMD +REP - by ivanVU - 07.04.2012, 15:17
Re: Convert to ZCMD +REP - by TheMightyEddy - 07.04.2012, 15:23
Re: Convert to ZCMD +REP - by ivanVU - 07.04.2012, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)