Variable text displayed
#1

Alright, now, if some one kills some one, i want it to display "Killer's name Killed Killed Name"
I've got some thing like

public OnPlayerDeath(playerid, killerid, reason)
{
GameTextForPlayer(playerid, "Wasted!", 3500, 2);
SetPlayerWantedLevel(killerid,7);
GetPlayerName(killerid, killername);
SendClientMessageToAll(0x00EEEE, killername);
return 1;
}

How can i get it to display the killer's name, then the person's name who was killed?

I just gotta get the basics down and i'll be able to do this with out any assistance XD
Reply


Messages In This Thread
Variable text displayed - by Property_Control - 11.03.2009, 00:50
Re: Variable text displayed - by Norn - 11.03.2009, 00:51
Re: Variable text displayed - by Property_Control - 11.03.2009, 01:08
Re: Variable text displayed - by Pyrokid - 11.03.2009, 01:21
Re: Variable text displayed - by Property_Control - 11.03.2009, 01:25
Re: Variable text displayed - by Pyrokid - 11.03.2009, 01:30
Re: Variable text displayed - by Property_Control - 11.03.2009, 01:41
Re: Variable text displayed - by Pyrokid - 11.03.2009, 01:44
Re: Variable text displayed - by Property_Control - 11.03.2009, 02:06
Re: Variable text displayed - by Pyrokid - 11.03.2009, 02:09

Forum Jump:


Users browsing this thread: 3 Guest(s)