IRC Error, in script
#5

Код:
IRCCMD:money(botid, channel[], user[], host[], params[])
{
    if (IRC_IsHalfop(botid, channel, user))
	{
	new giveid,msg1[100];
	if(isnull(params)) return IRC_GroupSay(gGroupID, channel,"3Usage: !money <PlayerName/PlayerID>");
    giveid = ReturnUser(params);
	if(!IsPlayerConnected(giveid))return IRC_GroupSay(gGroupID, channel,"4*** Error: Invalid player ID.");
	format(msg1,100,"10Money from %s (ID: %d): $%d",pNick(giveid),giveid,GetPlayerMoney(giveid));
	IRC_GroupSay(gGroupID,IRC_CHANNEL,msg1);
	}
	return 1;
}
Reply


Messages In This Thread
IRC Error, in script - by CountryTrooper441 - 24.01.2014, 02:30
Re: IRC Error, in script - by Scottas - 24.01.2014, 06:43
Re: IRC Error, in script - by CountryTrooper441 - 24.01.2014, 20:50
Re: IRC Error, in script - by Shetch - 24.01.2014, 20:53
Re: IRC Error, in script - by CountryTrooper441 - 24.01.2014, 21:00

Forum Jump:


Users browsing this thread: 1 Guest(s)