• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[PROBLEM] Duplicate ActionID

Maxens

Member
Joined
Apr 9, 2009
Messages
479
Reaction score
7
Location
Germany
Hey! :)

On my server I got a casino...i got about 4 shishas and every shisha got the same action id cuz it shouldnt be movable...if i start up my server it says "Duplicate UniqueID xxxx"..I dont want to have any errors in my console...so how can i fix it?

Thanks ;)
 
Easy, just change the uniqueID.. put like this:

Example:
PHP:
	<action uniqueid="6666" event="script" value="casino.lua" />
	<action uniqueid="6667" event="script" value="casino.lua" />
	<action uniqueid="6668" event="script" value="casino.lua" />
	<action uniqueid="6669" event="script" value="casino.lua" />

Then in the map edit the uniqueid from casino too and done.
 
Back
Top