SA-MP Forums Archive
VIP MEMBER CHAT SYSTEM , show me how? :) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: VIP MEMBER CHAT SYSTEM , show me how? :) (/showthread.php?tid=243683)

Pages: 1 2


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - leingod - 24.03.2011

yes ...


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - THE_KNOWN - 24.03.2011

weird..... try removing the OnPlayerText code


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - leingod - 24.03.2011

it still can;t


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - THE_KNOWN - 24.03.2011

i just tested it works for me


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - leingod - 24.03.2011

re send for me dude


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - leingod - 24.03.2011

you're using 0.3c server or 0.3b ? am using 0.3b are 0.3b affected?


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - THE_KNOWN - 24.03.2011

ok wait uploading on solidfiles


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - THE_KNOWN - 24.03.2011

sasino he needs the setvip too not just the chat


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - THE_KNOWN - 24.03.2011

fixed:

CMD:vc(playerid,params[])
{
if(vip[playerid]==0) return SendClientMessage(playerid,0x00FFFFAA,"Your not a vip.");
new n[32],msg[128];
if(sscanf(params,"s",msg)) return SendClientMessage(playerid,0x00FFFFAA,"USAGE:/vc [msg]");
GetPlayerName(playerid,n,32);
new s[128];
format(s,128,"VipChat - %s: %s",n,msg);
for(new i=0;i<MAX_PLAYERS;i++)
{
if(vip[i]!= 0)
{
SendClientMessage(i,0x6FB6FD00,s);
}
}
return 1;
}


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - THE_KNOWN - 24.03.2011

amx:http://www.mediafire.com/?xq3cbb5ebfqiot3
pwn:http://www.mediafire.com/?dklcngcw9me0coi


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - leingod - 24.03.2011

done yet bro ?


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - leingod - 24.03.2011

this is no use bro...
idk why.. can you upload an video may i watch or something that can help..

do u use 0.3c version ?


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - THE_KNOWN - 24.03.2011

yes ive tested it too.... maybe you should learn to script too.


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - leingod - 24.03.2011

where i can learn ?


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - THE_KNOWN - 24.03.2011

just normal scripting dude..... when you get enough experience youll automatically know how todo it


Re: VIP MEMBER CHAT SYSTEM , show me how? :) - leingod - 24.03.2011

but how about this script ?? it doesnt work... i've tested it on 0.3c too
nothing different.. still no use..

please help me bro