Today I brought you a new and wonderful topic And hope help i want script car position shop example I want to buy a car I go to the store car and buy it
Please help me i need it so much
addhook("use","ImInUse") function ImInUse(id, event, data, x, y) 	if player(id,"exists") then -- not a bot 		if (x == shopX and y == shopY) then -- pls edit 			menu(id,"CAR SHOP <3, Fenari | 1kk, Bugatcha | 1,5kk, Mini Cooper | 3 bjs) 		end 	end end addhook("menu","Speisekarte") function Speisekarte(id,t,b) 	if (t=="CAR SHOP <3") then 		if (b==1) then 			if (player(id,"money") >= 1000000) then 				parse("setmoney "..id.." "..player(id,"money") - 1000000) -- yes its kinda much for a car 				msg2(id,"Look at your buy, your buy is amazing~!") 				--addCar(id,carid) ?? your part. 			else 				msg2(id,"Not enough minerals!") 			end 		end 	end end --unteste