Giter VIP home page Giter VIP logo

Comments (3)

AtillaG1 avatar AtillaG1 commented on July 1, 2024

I reported this long time ago, and it was fixed. Maybe the problem is back?
History:
#895
ba966c8

from source-x.

Steinny avatar Steinny commented on July 1, 2024

I downloaded the new version now and the problem remained

from source-x.

Steinny avatar Steinny commented on July 1, 2024

FIX

[EVENTS e_player_generic_event]
//Generic event to all players

On=@AddMulti
	// - argn1 = Multi Count (The total number of slots used for this multi, the same slots used for MaxHousesAccount, MaxHousesPlayer, etc)
	// - argn2 = The default priv for SRC on this multi (See defname house_privs).
	// - argn3 = Indicates wether the argn1 value should change the char's count of slots or not (It's 1 by default only if argn2 == hp_owner).
	// - return 1 (Only for @AddMulti): Prevents this multi from being added to SRC's house storage (Which means having it in "houses.N.key", etc).

On=@DelMulti
	if (<argo.type> == t_multi) || (<argo.type> == t_multi_custom) || (<argo.type> == t_ship) 
		argn2 = 1
		argn3 = 1
	endif

from source-x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.