ItsMods

Full Version: AI Survival Edit Syntax Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(07-17-2011, 17:50)d0h! Wrote: [ -> ]you can post the directlink from imageshack, even without being registered there....(right click->show image)

Off topic: Uploading images as attachments is better because we can asure you that the image will not get removed (unless this thread gets removed).
On imageshack they sometimes remove big images with a lot traffic.
(07-20-2011, 15:51)SuperNovaAO Wrote: [ -> ]
(07-17-2011, 17:50)d0h! Wrote: [ -> ]you can post the directlink from imageshack, even without being registered there....(right click->show image)

Off topic: Uploading images as attachments is better because we can asure you that the image will not get removed (unless this thread gets removed).
On imageshack they sometimes remove big images with a lot traffic.

Thats why I use photobucket Smile
Ok,
the topic can be closed or remove whatever
I dont longer use the Dragon's Breath from zxz0O0!
Thanks for help Smile
(07-20-2011, 15:44)Scripts18 Wrote: [ -> ]
(07-20-2011, 15:35)Cyborgking Wrote: [ -> ]
(07-19-2011, 20:05)Scripts18 Wrote: [ -> ]
(07-19-2011, 19:21)Elite_Nudel Wrote: [ -> ]Yes that is all with / but in php it dont show the / oO I dont know why...
It works but the Dragon'S Breath dont work so good! The Bots dont burn! Not every time!

:/

Its better than nothing Confused
I got it to work 100%. Smile
You still need to change one more thing.
In _globallogic_player in Callback_PlayerDamage:
Code:
if( sMeansOfDeath == "MOD_BURNED" || sWeapon == "rottweil72_mp")
        {
            handleFlameDamage( eAttacker, eInflictor, iDamage, sWeapon, sMeansOfDeath);
        }
Change it to this
Code:
if( sMeansOfDeath == "MOD_BURNED" || sWeapon == "rottweil72_mp" || sWeapon == "spas_mp")
        {
            handleFlameDamage( eAttacker, eInflictor, iDamage, sWeapon, sMeansOfDeath);
        }

I think he could remove the ||"rotweil72_mp" and just put ||"spas_mp" since his mod uses a spas?
Yea he could, that's also what the author of the dragonsbreath mod did. Smile
Yes! But now i dont use this mod anymore! A little code that isn't removed but i dont matter. I convertet the DB from Singleplayer and edited it.Know i looks like DB! But know when i put it on my Server i became a Error Sad
"Exceeded limit of 4352 'image' assets." what can i do ?
Pages: 1 2 3