[HELP] Adding REASON
#1

pawn Код:
if(strcmp(cmdtext, "/911", true)==0)
    {
  new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, MAX_PLAYER_NAME);
    format(string, 256, "%s needs police help!", name);
    SendClientMessageToAll(0xFF00FFAA, string);
    return 1;
}
How can I add [Reason] to it?
Reply


Messages In This Thread
[HELP] Adding REASON - by Hot - 11.05.2009, 20:17
Re: [HELP] Adding REASON - by Weirdosport - 11.05.2009, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)