- 0
2 Probleme
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Alex_KenT
Salutare Sa-Mp.ro , am si eu 2 mici probleme.. :
1) Am o problema cu clan chat ... nu inteleg dc nu apare ...
Folosesc acest script: http://pastebin.com/CUXeg7rz
if(text[0] == '!' && IsPlayerAnyClanMember(playerid)) { //---------------------------------------------------------------------- format(pChat, 128, "Clan Chat: {FF4400} %s: {15FF00}%s",PlayerName2(playerid), text[1]); SendMessageToClanMembers(playerid, orange, pChat); //---------------------------------------------------------------------- return 0; }Nu imi da nici`o eroare , doar cand scriu in chat ! nu apare chatu clanului .. 2) Am incercat sa pun la vip la level 9 - (Vip.Premium) si la level 10 - (Vip.Special) si cand imi dau level 9 sau 10 tot (VIP) apare in fata numelui..:else if(AccInfo[playerid][pVip] > 9) { format(PText, 257, "{FF0000}(VIP.{FFFF00}Premium{FF0000}){15FF00}(%d):{FFFFFF} %s", playerid, text); SendPlayerMessageToAll(playerid, PText); return 0; } else if(AccInfo[playerid][pVip] > 10) { format(PText, 258, "{FF0000}(VIP.{FFCC00}Special{FF0000}){15FF00}(%d):{FFFFFF} %s", playerid, text); SendPlayerMessageToAll(playerid, PText); return 0; }Multumesc Mult.
10 answers to this question
Recommended Posts