07.11.2012, 23:14
eae galera, to com um problema quando o player mata o otro aparece o id da arma nao o nome dela como posso fazer para aparecer o nome dela?
Ajuda ai pfv
Ajuda ai pfv
Код:
new stringformat[200], nomeplayer1[MAX_PLAYER_NAME], nomeplayer2[MAX_PLAYER_NAME]; GetPlayerName(playerid, nomeplayer1, sizeof(nomeplayer1)); GetPlayerName(killerid, nomeplayer2, sizeof(nomeplayer2)); GameTextForPlayer(playerid,"~r~PERDEU PLAYBOY ~w~!!!",5000,5); format(stringformat, sizeof(stringformat), "{FF0000}[KILL]{1CD622} %s {FF0000}matou{1CD622} %s {FF0000}Com a Arma{1CD622} %i !", nomeplayer2, nomeplayer1, reason); SendClientMessageToAll(-1, stringformat);