 
        Stevor
Members- 
                Posts36
- 
                Joined
- 
                Last visited
Everything posted by Stevor
- 
	same thing bad argument when i use it i need to use 1 math.random only i can't use 2
- 
	but what to use ? newnr or lastnr
- 
	when i use lastnr to orginal random outputChatBox(lastnr,0,0,0,true) --after start or restart its same number export --and --when i use newnr outputChatBox(newnr,0,0,0,true) --debug bad argument
- 
	hello i have script with use math.random ( First Number , second Number ) but some times the number same old number ( spam ) what can do
- 
	thx it's work how to send value from server to client ? i get value from table what need ?
- 
	thank you so much it's work good ! can i change data To anything that is not true, false
- 
	I intend to when player get Data "R" true other Script give him something my problem How do I check does he have have Data "R" true or false
- 
	Oh , do you mean I have to check if Element = Ped Or Vehicle or .... ? function D() local players = getElementsByType ( "player" ) -- get a table of all the players in the server for theKey,thePlayer in ipairs(players) do if (getElementData (thePlayer, "R") == true) then outputChatBox("true",root,0,255,0,true) else outputChatBox("false",root,0,255,0,true) end end end setTimer(D,15000,0)
- 
	but From a player's , he has data true "R" now ?
- 
	thank you its work but how to getElementData For "R" -- i do that function D (theElement, matchingDimension) if (getElementData (theElement, "R") == true) then outputChatBox("true",root,0,255,0,true) else outputChatBox("false",root,0,255,0,true) end end setTimer(D,15000,0) and Get Bad Argument
- 
	Sorry, I didn't notice, because I have two copies of this it's server
- 
	done , but colshape Not created i use command showcol
- 
	hi i have colshape i want it to give player data "R",true this is my attempt client addEventHandler("onResourceStart", resourceRoot, function () MyZone = createColCuboid(-2034.9541015625,321.2734375, 200.75479125977, 40, 90.2, 17.9) end ) function dimensionChecker (theElement, matchingDimension) if matchingDimension then setElementData(localPlayer, "R", true) end end addEventHandler ("onClientColShapeHit", myZone, dimensionChecker)
- 
	done , Unfortunately, nothing has changed
- 
	i have vers 2021 and load 2 update's right now right now try export ?
- 
	https://upload.mtasa.com/u/799072128/1.rar_
- 
	Nothing has changed - I think the problem is the tools I use, Do you suggest an alternative tool to the Img tool?
- 
	i can't know i do all thing you said but same result
- 
	Great! It works, what is the difference that happened? I mean, what should I do to be able to solve the problem if it happened again
- 
	can you Quote it if you mean File to download i can't new.col Unavailable
- 
	send other link ? i use .cst file then export it by col it's better but half the wall no remove
- 
	i do that i choose Scripting > Run Script > Select 'export_steve_col_scripts' and Select Desktop when export col only file size changed. '
