[Tutorial] How To Make Vip Say In LuxAdmin
#1

Hey Guys Here Is A Small & Easy Tutorial To Make /vsay For Vips

First Open LuxAdmin.pwn
then press ctrl+f
then type dcmd(asay then prees enter
then under asay
type :
Код:
dcmd(vsay,4,cmdtext);
After That find : dcmd_asay

Then After Asay

paste this

Код:
dcmd_vsay(playerid,params[])
{
	#pragma unused params
	if(AccInfo[playerid][pVip] > 1)
	{
 		if(!strlen(params)) return
		SendClientMessage(playerid, LIGHTBLUE2, "Usage: /vsay [Text] ") &&
		SendClientMessage(playerid, orange, "Function: Will send specified message as Vip!");
		new string[128];
		format(string, sizeof(string), "***Vip %s: %s", PlayerName2(playerid), params[0]);
		return SendClientMessageToAll(yellow,string);
	}
	else return SendClientMessage(playerid,red,"[ERROR]:You are Not A VIP LEVEL 2 To use Vip Say.");
}
then press compile and run
then goto Game Then Set Your Vip To level 2 or 3 not 1 cuz : > 1 means bigger level than 3 not level 3

and then type /vsay and ur text there and u will get like

***Vip GAMER_PS2:test

HAVE FUN

Dont Just Veiw it Plz REply too
Reply


Messages In This Thread
How To Make Vip Say In LuxAdmin - by GAMER_PS2 - 06.10.2011, 12:05
Re: How To Make Vip Say In LuxAdmin - by Max_Coldheart - 06.10.2011, 12:36
Re: How To Make Vip Say In LuxAdmin - by GAMER_PS2 - 06.10.2011, 12:56
Re: How To Make Vip Say In LuxAdmin - by Max_Coldheart - 06.10.2011, 12:57
Re: How To Make Vip Say In LuxAdmin - by Hiddos - 06.10.2011, 13:05
Re: How To Make Vip Say In LuxAdmin - by GAMER_PS2 - 06.10.2011, 13:06

Forum Jump:


Users browsing this thread: 1 Guest(s)