SA-MP Forums Archive
Clan system :S - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Clan system :S (/showthread.php?tid=99679)



Clan system :S - coole210 - 29.09.2009

....


Re: Clan system :S - coole210 - 30.09.2009

....


Re: Clan system :S - coole210 - 02.10.2009

....


Re: Clan system :S - dice7 - 02.10.2009

Try doing
pawn Код:
Clans[i][Front]
instead of
pawn Код:
Clans[clan][Front]



Re: Clan system :S - Hiitch - 02.10.2009

Quote:
Originally Posted by Nrp_RP
NO
Useless post, stop raising your post count.

Do you think that your for statement is working properly?

and I just took a look at something

pawn Код:
if(clan != 255) return SendClientMessage(playerid,c_r,"[ ! ] You are already in a clan !");
in that part of the code, you're checking if the person is in a clan, but what is 255 for? the size of the clans? Or to check if the person is in a clan? (Unsure)

pawn Код:
clan = i;
this is the part where you're having problems right? well, I guess you need to fix this

pawn Код:
for(new i = 0; i < sizeof(Clans); i++)
Im not 100% sure if it should be sizeof(Clans) because you may be missing another following statement to counteract with the for statement.


Re: Clan system :S - coole210 - 02.10.2009

....


Re: Clan system :S - scatalin12 - 12.05.2010

Can you Make a FS i'm don't know how to put this lines in my gamemode