chaoswar4u Posted June 18, 2007 Posted June 18, 2007 I wish to make it so that gangs carnt declare war on other gangs with say for example 150 or less respect. Thus giving new gangs the time to get prepared with members etc. However if the gang with 150 or lower respect wants to declare war then they can. ANy help on how to do this would be great. Quote
GoldenZero Posted June 18, 2007 Posted June 18, 2007 Re: Gangs Help. just make new column in users as days (INT)11 and a cron to +1 gang days then use if($gangdata['days']<10) ( die("Cant declare on this faction yet, they must be 10 days old!"); ) then you got it ;) Quote
chaoswar4u Posted June 24, 2007 Author Posted June 24, 2007 Re: Gangs Help. This has been tried using the gangRESPECT <150 however its reading this from the gang who is declaring war and not reading it of the clan being declared on. Quote
GoldenZero Posted June 24, 2007 Posted June 24, 2007 Re: Gangs Help. if($them['days']<10) ( die("Cant declare on this faction yet, they must be 10 days old!"); ) use that then ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.