20.01.2012, 17:03
who i can give and me command?
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;
}