Question
#2

Hello!

Do you mean this?
PHP код:
SendClientMessage(playerid,-1,"You are jailed for 5 minutes. Reason: Unknown.");//for one player
//for all players
new string[145],name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof name);
format(string,sizeof string,"%s is jailed for 5 minutes. Reason: Unknown.",name);
SendClientMessageToAll(-1,string); 
Reply


Messages In This Thread
Question - by bgedition - 26.04.2015, 17:25
Re: Question - by Mencent - 26.04.2015, 17:29
Re: Question - by bgedition - 26.04.2015, 17:33
Re: Question - by Mencent - 26.04.2015, 17:35
Re: Question - by Emp3r0r - 26.04.2015, 17:36
Re: Question - by Emp3r0r - 26.04.2015, 17:38
Re: Question - by bgedition - 26.04.2015, 18:09
Re: Question - by Konstantinos - 26.04.2015, 18:12
Re: Question - by bgedition - 26.04.2015, 18:15
Re: Question - by Evocator - 26.04.2015, 18:17

Forum Jump:


Users browsing this thread: 1 Guest(s)