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