script help
#2

PHP код:
public OnPlayerText(playerid,text) {
   if(
Yourviplevelcheck >= 1) {
      new 
string[128],name[25];
      
GetPlayerName(playerid,name,25);
       
format(string,128,"(VIP)%s(%d): {addwhitecolor}%s",name,playerid,text);
       
SendClientMessageToAll(GetPlayerColour(playerid),string);
       return 
0;
   }

Reply


Messages In This Thread
script help - by khabouri - 03.01.2016, 02:57
Re: script help - by jlalt - 03.01.2016, 03:02
Re: script help - by khabouri - 03.01.2016, 03:09
Re: script help - by jlalt - 03.01.2016, 08:19
Re: script help - by khabouri - 04.01.2016, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)