Clan system :S
#1

....
Reply
#2

....
Reply
#3

....
Reply
#4

Try doing
pawn Код:
Clans[i][Front]
instead of
pawn Код:
Clans[clan][Front]
Reply
#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
#6

....
Reply
#7

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


Forum Jump:


Users browsing this thread: 1 Guest(s)