[FilterScript] Dynamic organizations
#61

Great system, I added a firefighter system to it and it works great
Reply
#62

When is the v3 coming?
Reply
#63

Please Update Link
Reply
#64

lol what is the cmd to create organization/clan/faction
i type /createorganization and it says unknown cmds
Reply
#65

Very cool!
Reply
#66

Maybe y_ini version?Cause i'm trying to convert ,but i can't ;/
Reply
#67

I created dynamic organization script with using this script now i can make organizations in game
Reply
#68

Good FS bro!!!
Reply
#69

i need help CreateOrganization(RS Hual[32], 217, Float:-79.16,Float:-1135.65,Float:1.07, weapon1,ammo1,weapon2,ammo2,weapon3,ammo3)


i get error -

C:\Users\Ravi\Desktop\Org.pwn(125) : error 017: undefined symbol "RS"
C:\Users\Ravi\Desktop\Org.pwn(125) : error 017: undefined symbol "Hual"
C:\Users\Ravi\Desktop\Org.pwn(125) : warning 215: expression has no effect
C:\Users\Ravi\Desktop\Org.pwn(125) : error 001: expected token: ";", but found "]"
C:\Users\Ravi\Desktop\Org.pwn(125) : fatal error 107: too many error messages on one line



TY nice Org Fs
Reply
#70

Srry For +Post

i fixed the above stuff

i need help now with this

i have PPC_Trucking gm it has anti-money

i cant use the code RewardPlayer too errors

if (CollectedWage[playerid] <= 0) return SendClientMessage(playerid, COLOR_RED, "You don't have any wage earned yet!");
new string[80];
format(string,sizeof(string),"You have collected $%d", CollectedWage[playerid]);
SendClientMessage(playerid, COLOR_YELLOW, string);
RewardPlayer(playerid, CollectedWage[playerid]);
CollectedWage[playerid] = 0;
SavePlayerOrgInfo(playerid);

plz help.
Reply
#71

WOW! looks good!
Reply
#72

How to create orgs?
Reply
#73

zddf
Reply
#74

How do we establish the organization? :/
Reply
#75

I can not make the organization man
Reply
#76

Thanks man! Awesome! I will soon start to write my first GM and I will try to implement this!
Reply
#77

Whole package link is down
Reply
#78

Quote:
Originally Posted by Iklesos
Посмотреть сообщение
Whole package link is down
Just use Pastebin and find the correct files belonging to it. It's not that hard at all.
Reply
#79

Hi guys! I would like if player's rank is Leader can use Isleader commands. example: if player rank is "Leader" can use kickmember command. How Can I make this system.

Sorry for my bad english. I'm not english people.

Please help me..
Reply
#80

Quote:
Originally Posted by Sensation
Посмотреть сообщение
Hi guys! I would like if player's rank is Leader can use Isleader commands. example: if player rank is "Leader" can use kickmember command. How Can I make this system.

Sorry for my bad english. I'm not english people.

Please help me..
Here's alternative IsLeader- stock for you if you want it to work like that:

pawn Код:
stock IsLeader(playerid)
{
    if (strcmp(PlayerRank[playerid], "Leader", true) == 0) return 1;
    return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)