VIP MEMBER CHAT SYSTEM , show me how? :)
#21

yes ...
Reply
#22

weird..... try removing the OnPlayerText code
Reply
#23

it still can;t
Reply
#24

i just tested it works for me
Reply
#25

re send for me dude
Reply
#26

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

ok wait uploading on solidfiles
Reply
#28

sasino he needs the setvip too not just the chat
Reply
#29

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;
}
Reply
#30

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

done yet bro ?
Reply
#32

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 ?
Reply
#33

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

where i can learn ?
Reply
#35

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)