09.09.2013, 18:15
I'm trying to make it display the users name when he dies
I have this under onplayerdeath
But it just shows up in game as
I have this under onplayerdeath
Код:
if(IsPlayerInRangeOfPoint(playerid, 70, 85.0713,1748.0396,-59.2546)) { new name[MAX_PLAYER_NAME+1]; GetPlayerName(playerid, name, sizeof(name)); SendClientMessageToAll(COLOR_PURPLE,"%d has died in the /bf"); }