dramamia Posted August 21, 2018 Share Posted August 21, 2018 Hello there, I've been wondering if it was possible to add a mod to GTA SA that made going into water drown you like in GTA III or VC. I've been wondering this because, I've been playing the total conversion, GTA San Anderius, and basically when you fall down into the water, you're stuck there unless you wait to drown. Link to comment Share on other sites More sharing options...
El Penguin Bobo Posted August 22, 2018 Share Posted August 22, 2018 (edited) Considering that swimming in San Andreas is important and will suffer without it, (and there are many missions that require swimming) I highly doubt that there's a mod for it. Edited August 22, 2018 by xXPinguXx Link to comment Share on other sites More sharing options...
dramamia Posted August 22, 2018 Author Share Posted August 22, 2018 Well I know it's important to the main game of SA, but I was just wondering it it's possible for a mod like this to be created. Link to comment Share on other sites More sharing options...
guard3 Posted August 22, 2018 Share Posted August 22, 2018 Ofc it is possible Link to comment Share on other sites More sharing options...
Grinch_ Posted August 22, 2018 Share Posted August 22, 2018 Well,something like this can help, // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- 0000: NOP [email protected] = Actor.EmulateFromPlayer(0) :NONAME_9 wait 0 if 04AD: actor [email protected] in_water else_jump @NONAME_41 Actor.Health([email protected]) = 0 wait 5000 :NONAME_41 jump @NONAME_9 0A93: end_custom_thread It will instantly set player health to 0 after going into the water. Link to comment Share on other sites More sharing options...
dramamia Posted August 22, 2018 Author Share Posted August 22, 2018 Ah, just what I've been looking for! Now I just gotta learn how to turn this into a mod... unless I can just go into the files with some program and change the values. Link to comment Share on other sites More sharing options...
Grinch_ Posted August 22, 2018 Share Posted August 22, 2018 15 minutes ago, dramamia said: Ah, just what I've been looking for! Now I just gotta learn how to turn this into a mod... unless I can just go into the files with some program and change the values. here .Just download cleo and put it in cleo folder. Link to comment Share on other sites More sharing options...
dramamia Posted August 22, 2018 Author Share Posted August 22, 2018 Oh wow, thank you! Link to comment Share on other sites More sharing options...