-
Posts
1,518 -
Joined
-
Last visited
-
Days Won
8
Reputation Activity
-
Simple0x47 got a reaction from kieran for a status update, MTA is like a drug, it's hard to exit from it.
MTA is like a drug, it's hard to exit from it.
-
Simple0x47 got a reaction from koragg for a status update, MTA is like a drug, it's hard to exit from it.
MTA is like a drug, it's hard to exit from it.
-
Simple0x47 reacted to D.O.G for a status update, Hey man. I have tried all posible ways to use function setInteriorFurnitureEnabled(i,
Hey man.
I have tried all posible ways to use function setInteriorFurnitureEnabled(i, false)
function removeAll ()
for i = 0, 1, 2, 3, 4, do -- will Disable All ..
setInteriorFurnitureEnabled(i, false)
end
end
addEventHandler("onResourceStart",resourceRoot,removeAll)
_____________________________________________________________
local Disable = {1,2,3,4}
for _,i in ipairs (Disable) do
setInteriorFurnitureEnabled(i, false)
end
_______________________________
Can you help me man?
-
Simple0x47 got a reaction from iPrestege for a status update, Game developing here I'm coming!
Game developing here I'm coming!
-
Simple0x47 got a reaction from ^iiEcoo'x_) for a status update, Game developing here I'm coming!
Game developing here I'm coming!
-
Simple0x47 got a reaction from koragg for a status update, Game developing here I'm coming!
Game developing here I'm coming!
