06.10.2011, 12:05
(
Последний раз редактировалось GAMER_PS2; 06.10.2011 в 12:36.
)
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 :
After That find : dcmd_asay
Then After Asay
paste this
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
First Open LuxAdmin.pwn
then press ctrl+f
then type dcmd(asay then prees enter
then under asay
type :
Код:
dcmd(vsay,4,cmdtext);
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 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


