Author Topic: Some Imp. Read It  (Read 114 times)

Counter_force

  • Guest
Some Imp. Read It
« on: August 28, 2012, 05:47:18 am »
Hi guys just wanna tell about something for YG add some speacial weps for YG like /ygweaps and some other more features for it + Players thinl Getting in YG is so Easy So Pls Judge Players Frm there answers They Are asking Is getting in YG so easy ?

Share on Bluesky Share on Facebook


Offline Lordz

  • Beta Tester
  • Sr. Member
  • ****
  • Posts: 1238
  • Location: Earth
    • RBTDM
Re: Some Imp. Read It
« Reply #1 on: August 28, 2012, 10:50:31 am »
Yeah would be good.
But this should be in Suggestions section.

Test script.
Code: [Select]
#include <a_samp>
#include <zcmd>
#include <sscanf>
#define red 0xFF0000
new YGmember[MAX_PLAYERS];

CMD:setyg(playerid,params[])
{
 #pragma unused params
   if(AccInfo[playerid][Level]>=10) && (IsPlayerAdmin(playerid)) //Replace with your Adm script.
   return SendClientMessage(playerid, red, "You need to be Level 10 RCON to use this command");
   new target;
   if(sscanf(params,"u",target)) return SendClientMessage(playerid, red, "Usage:/setyg [playerid]");
   YGmember[target]=1;
   SendClientMessage(target, red, "Congratz! You've been selected as [YG]Clan member");
   return 1;
}

CMD:ygweaps(playerid,params[])
{
   if(YGmember[playerid]==1);
   return SendClientMessage(playerid, red, "You need to be [YG] member to use this command");
   ShowPlayerDialog(...weap stuff list menu);
    return 1;
}
Doesnt know the first cmd is correct or not because its ma first try in creating setting rank cmds.

And the second one i didnt complete dialog because its through mobile so i dont remember well creating that menu stuff.

Need to look back over my scripts.

Offline [YG]Lovee

  • Jr. Member
  • *
  • Posts: 22
Re: Some Imp. Read It
« Reply #2 on: August 28, 2012, 11:39:34 am »
you are saying write

Counter_force

  • Guest
Re: Some Imp. Read It
« Reply #3 on: August 28, 2012, 12:46:05 pm »
hmm lordz ty for doing wonderful job but i cant get a word u wrote :p  so Young pls look into this cmd it might be really good cmd for yg