25.05.2011, 19:05
what do you mean by distance between player?
and as for the get name try this
is that what you mean?
and as for the get name try this
Quote:
|
new pname[MAX_PLAYER_NAME]; string[128]; GetPlayerName(playerid,pname,sizeof(pname)); format(string,sizeof(string),"Player %s died",pname); |

