Clan system :S
#5

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.
Reply


Messages In This Thread
Clan system :S - by coole210 - 29.09.2009, 15:59
Re: Clan system :S - by coole210 - 30.09.2009, 14:21
Re: Clan system :S - by coole210 - 02.10.2009, 02:14
Re: Clan system :S - by dice7 - 02.10.2009, 06:36
Re: Clan system :S - by Hiitch - 02.10.2009, 10:12
Re: Clan system :S - by coole210 - 02.10.2009, 19:37
Re: Clan system :S - by scatalin12 - 12.05.2010, 10:41

Forum Jump:


Users browsing this thread: 1 Guest(s)