%s Mini Help Nedded
#6

add:
pawn Код:
new string2[60], suspect[MAX_PLAYER_NAME]
pawn Код:
GetPlayerName( playerid, suspect, MAX_PLAYER_NAME );
and replace this
pawn Код:
SendClientMessage(playerid, COLOR_GOLD, "(INFO) Player Cuffed succesfully.");
with this:
pawn Код:
format( string2, sizeof(string2), "(INFO)%s have been cuffed succesfully.", suspect);
pawn Код:
SendClientMessage(playerid, COLOR_GOLD, string2);
Edit: He was faster
Reply


Messages In This Thread
%s Mini Help Nedded - by Gooday - 15.03.2012, 12:54
Re: %s Mini Help Nedded - by T0pAz - 15.03.2012, 12:58
AW: %s Mini Help Nedded - by BigETI - 15.03.2012, 13:00
Re: %s Mini Help Nedded - by Gooday - 15.03.2012, 13:20
Re: %s Mini Help Nedded - by T0pAz - 15.03.2012, 13:27
Re: %s Mini Help Nedded - by Issam - 15.03.2012, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)