/B Command
#3

pawn Код:
CMD:b(playerid, params[])
{
     new string[256], name[MAX_PLAYER_NAME];
     GetPlayerName(playerid, name, sizeof(name));
     if(!strlen(params)) return SendClientMessage(playerid, 0xF69521AA, "USAGE: /b [local OOC message]");
     format(string, sizeof(string), "(( %s says: %s ))",name,params);
     SendNearbyMessage(playerid, 15, string, 0xF69521AA, 0xF69521AA, 0xF69521AA, 0xF69521AA, 0xF69521AA);
     return 1;
}
Try this
Reply


Messages In This Thread
/B Command - by Vasu99 - 01.03.2014, 00:44
Respuesta: /B Command - by CuervO - 01.03.2014, 00:48
Re: /B Command - by rakshith122 - 01.03.2014, 00:51
Re: /B Command - by Vasu99 - 01.03.2014, 00:54
Re: /B Command - by rakshith122 - 01.03.2014, 00:58
Re: /B Command - by Mattakil - 01.03.2014, 04:49

Forum Jump:


Users browsing this thread: 1 Guest(s)