VIP System!
#6

public OnPlayerText(playerid, text[])
{
if(text[0] == '!' && PlayerInfo[playerid][VIP] >= 1) {
new string[128]; GetPlayerName(playerid,string,sizeof(string));
format(string,sizeof(string),"VIP Chat: %s: %s",string,text[1]); MessageToVIP(green,string);
return 0;
}

then !vip chat!
Reply


Messages In This Thread
VIP System! - by BP13 - 01.09.2009, 00:05
Re: VIP System! - by brett7 - 01.09.2009, 02:05
Re: VIP System! - by BP13 - 01.09.2009, 02:11
Re: VIP System! - by brett7 - 01.09.2009, 02:14
Re: VIP System! - by BP13 - 01.09.2009, 02:17
Re: VIP System! - by brett7 - 01.09.2009, 02:20

Forum Jump:


Users browsing this thread: 1 Guest(s)