Dm question
#7

Quote:
Originally Posted by Drake1994
Код:
if (strcmp("/dm1", cmdtext, true, 10) == 0)
	{
	new name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, name, MAX_PLAYER_NAME);
	format(string, 128, "Player %s joined the dm", name);
	SendClientMessageToAll(COLOR_GREY, string);
  SetPlayerPos(playerid,1574.5226,-1249.8947,277.8788);
  ResetPlayerWeapons(playerid);
  GivePlayerWeapon(playerid,24,10000);
  SetPlayerHealth(playerid,100.0);
  SetPlayerArmour(playerid, 100);
  return 1;
  }
Код:
C:\Documents and Settings\Admin\Рабочий стол\СЕРВ\gamemodes\bare.pwn(48) : error 017: undefined symbol "string"
Reply


Messages In This Thread
Dm question - by DeaD_MaN - 24.03.2010, 14:43
Re: Dm question - by dice7 - 24.03.2010, 15:03
Re: Dm question - by DeaD_MaN - 24.03.2010, 15:58
Re: Dm question - by DeaD_MaN - 24.03.2010, 17:32
Re: Dm question - by DeaD_MaN - 25.03.2010, 18:13
Re: Dm question - by Drake1994 - 25.03.2010, 18:59
Re: Dm question - by DeaD_MaN - 25.03.2010, 20:22
Re: Dm question - by playbox12 - 25.03.2010, 20:38
Re: Dm question - by DeaD_MaN - 26.03.2010, 12:06

Forum Jump:


Users browsing this thread: 2 Guest(s)