/newbie command
#5

edit how you please;

Код:
COMMAND:newbie(playerid, params[])
{
	new msg[128];
	new pName[MAX_PLAYER_NAME];
	GetPlayerName(playerid, pName, sizeof(pName);
	format(msg, sizeof(msg), "NEWBIE: %s - %s", pName, params);
	SendClientMessageToAll(COLOR, msg);
	return 1;
}
if you use it make sure you give +rep
Reply


Messages In This Thread
/newbie command - by Andr3y9603 - 20.01.2012, 17:03
Re: /newbie command - by milanosie - 20.01.2012, 17:23
Re: /newbie command - by Andr3y9603 - 20.01.2012, 17:29
Re: /newbie command - by milanosie - 20.01.2012, 19:39
Re: /newbie command - by Shadow_ - 20.01.2012, 21:46

Forum Jump:


Users browsing this thread: 2 Guest(s)