Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Fix tank mod

  1. #1

    Default Fix tank mod

    Hello,

    I tried alot of tank mods in mohaaaa site and all of them let the server crash when player leave the server so its need a fix because no one will put a file that let his server crash when someone leave his server

    i tried that mod

    Code:
    mohaaaa.co.uk/AAAAMOHAA/content/drivable-tanks-1
    so i saw that post

    Code:
    x-null.net/forums/threads/481-Help-with-error?p=4039&viewfull=1#post4039
    if this the fix by to add self NULL then how to create that ?

  2. #2

    Default

    You have to learn scripting so you can able to fix that.

  3. #3

    Default

    if mod is not completed and causing server to crash and let players not join server again because of that

    then why to post it in mohaaaa ?

  4. #4

    Default

    Because is to save the mod to gont get lost forever.

  5. #5

    Default

    he can share it here in that post and he not did ?

    https://www.x-null.net/forums/thread...ull=1#post4062

  6. #6

    Default

    i need help with fix the crash when player leave the server

  7. #7

    Default

    i tried to make a script for the self NULL but the tank is not moving now

    Code:
            if(self.driver.dmteam != NULL)
    	{
    
    		local.tank = spawn self.model
    		local.tank.origin = self.origin
    		local.tank.angles = self.angles
    		local.tank.turretmodel = self.turretmodel
    		local.tank.desmodel = self.desmodel
    		local.tank.health = self.health
    
    		local.tank.gun = self queryturretslotentity 0
    		local.tank thread tankreset
    		local.tank thread tankdamage
    		local.tank thread tankdeath
    
    		self.driver = NIL
    		self.gun remove
    		self remove
    }
    also tried this and the tank not moving too

    Code:
            if(self.driver.dmteam != NIL && self.driver.dmteam != NULL)
    	{
    
    		local.tank = spawn self.model
    		local.tank.origin = self.origin
    		local.tank.angles = self.angles
    		local.tank.turretmodel = self.turretmodel
    		local.tank.desmodel = self.desmodel
    		local.tank.health = self.health
    
    		local.tank.gun = self queryturretslotentity 0
    		local.tank thread tankreset
    		local.tank thread tankdamage
    		local.tank thread tankdeath
    
    		self.driver = NIL
    		self.gun remove
    		self remove
    
            }

  8. #8

    Default

    i tried to make the script and i need help to fix it

  9. #9

    Default

    where are x-null users ?

  10. #10

    Default

    i want to add tanks in server because its something new to players

    any help ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •