[Questions] Teams, Commands, Binding.
#1

Question One:
Creating a team

Question Two:
Making Ranks In One Team
Example:
Код:
Drug Leader: Drew // Rank 1
Drug Co-Leader: Bob // Rank 2
Drug Dealer: Nick // Rank 3
Drug Deliver: Alex // Rank 4
Question Three:
Making A Command That Displays Ranks Of People In A Team
Example:
pawn Код:
new drugr1; // Drug rank One
new drugr2;
if(strcmp(cmdtext, "/DrugCo", true)==0) {
format(drugr1, 70, "Drug Leader Is: %s", rank1);
SendClientMessage(playerid, red, drugr1);
format(drugr2, 70, "Drug Co-Leader Is: %s", rank2);
SendClientMessage(playerid, red, drugr2);
Question Four:
Binding Specified Ranks To Drive Certain Vehicles.

Please Only Post If You Can Help,
There Might Be A Cash Donation To You If You Help Majorly

Cheers,
Nameless.
Reply


Messages In This Thread
[Questions] Teams, Commands, Binding. - by fsnameless - 03.01.2010, 03:24
Re: [Questions] Teams, Commands, Binding. - by Donny_k - 03.01.2010, 04:23
Re: [Questions] Teams, Commands, Binding. - by fsnameless - 03.01.2010, 04:29
Re: [Questions] Teams, Commands, Binding. - by Donny_k - 03.01.2010, 04:44
Re: [Questions] Teams, Commands, Binding. - by fsnameless - 03.01.2010, 06:05

Forum Jump:


Users browsing this thread: 2 Guest(s)