The health meter dosnt move
#8

Quote:
Originally Posted by OmeRinG
Quote:
Originally Posted by Klutty
Try:

pawn Код:
SendDeathMessage(killer, victim, reason)
WTF?

And littleman, give us your OnPlayerConnect, OnPlayerSpawn, or any line that has SetPlayerHealth in it.
Код:
public OnPlayerConnect(playerid)
{
  GivePlayerMoney(playerid, 300);
  
	SendClientMessage(playerid,0xFFFF00AA,"[ .::. The King of Streets .::. ]");
	SendClientMessage(playerid,0x800080AA,"The Streets RPG v1.0 Beta");

  new pName[MAX_PLAYER_NAME];
  new string[48];
  GetPlayerName(playerid, pName, sizeof(pName));
  format(string, sizeof(string), "%s has joined The Streets. (Joined)", pName);
  SendClientMessageToAll(0x33AA33AA, string);
  return 1;
}
Код:
public OnPlayerSpawn(playerid)
{
	PlayerPlaySound(playerid,1188,0,0,0);
	SetNameTagDrawDistance(5.0);
	return 1;
}
And the one I sended before:

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
	SendDeathMessage(killerid, playerid, reason);
	return 1;
}

Reply


Messages In This Thread
The health meter dosnt move - by Littleman774 - 22.05.2009, 11:26
Re: The health meter dosnt move - by Klutty - 22.05.2009, 12:06
Re: The health meter dosnt move - by Littleman774 - 22.05.2009, 12:07
Re: The health meter dosnt move - by Klutty - 22.05.2009, 12:11
Re: The health meter dosnt move - by Littleman774 - 22.05.2009, 12:17
Re: The health meter dosnt move - by OmeRinG - 22.05.2009, 12:30
Re: The health meter dosnt move - by yezizhu - 22.05.2009, 12:32
Re: The health meter dosnt move - by Littleman774 - 22.05.2009, 13:32
Re: The health meter dosnt move - by Think - 22.05.2009, 14:23
Re: The health meter dosnt move - by Weirdosport - 22.05.2009, 14:26

Forum Jump:


Users browsing this thread: 1 Guest(s)