How come it's possible?
#2

im your scripter ask me i can explain to u xD
public OnPlayerDeath(..){
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 );
return 1;
}
sould work
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)