Name of the player
#3

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if(strcmp(cmdtext, "/hunter", true) == 0)
  {
    new
        string[64];
    GetPlayerName(playerid, string, MAX_PLAYER_NAME);
    format(string, sizeof(string), "%s has gone to Hunter Battlefield.", string);
    SendClientMessageToAll(COLOR_SILVER, string);
    SetPlayerPos(playerid, 8120.1440, -1640.9419, 1902.4609);
    return 1;
  }
  return 0;
}
Reply


Messages In This Thread
Name of the player - by Angelo94 - 05.11.2009, 15:21
Re: Name of the player - by Lajko1 - 05.11.2009, 15:26
Re: Name of the player - by Correlli - 05.11.2009, 15:44
Re: Name of the player - by Angelo94 - 05.11.2009, 16:00

Forum Jump:


Users browsing this thread: 2 Guest(s)