How come it's possible?
#1

When a player got killed, the first name is not coming

pawn Код:
new DeathNamerz[MAX_PLAYER_NAME];
new KillNamerz[MAX_PLAYER_NAME];
new str2[128];
GetPlayerName( playerid, DeathNamerz, sizeof(DeathNamerz) );
GetPlayerName ( killerid, KillNamerz, sizeof(KillNamerz) );
format( str2, sizeof(str2), " NEWS: %s has killed %s and earn points ", KillNamerz, DeathNamerz );
SendClientMessage( playerid, yellow, str2 );
This is how it looks

Код:
NEWS: has killed Ricky and earn points
Reply


Messages In This Thread
How come it's possible? - by Medal Of Honor team - 14.02.2011, 16:19
AW: How come it's possible? - by .LaaRs. - 14.02.2011, 16:21
Re: AW: How come it's possible? - by Ash. - 14.02.2011, 16:24

Forum Jump:


Users browsing this thread: 1 Guest(s)