JohnLehn Posted April 18, 2020 Share Posted April 18, 2020 Hi! Can someone tell me how can i make this : A red marker and when you are entering you will get a panel. You choose your vehicle by account level. It will be a list of vehicles. Let's say infernus. You need level 1 to spawn it. To spawn it you need to press the button "Spawn". How can i do this ? Link to comment
Spakye Posted April 19, 2020 Share Posted April 19, 2020 Hello, there is few things to do. Try to do it step by step, first try to make a red marker at the location you want with : createMarker Then try to create an event attached to it with : onPlayerMarkerHit 1 Link to comment
JohnLehn Posted April 19, 2020 Author Share Posted April 19, 2020 Ok, i did it, now what i must to use ? I want :Just click on the car and get a OutPutChatBox: You don't have necessary level to use this car ! Link to comment
Moderators Patrick Posted April 19, 2020 Moderators Share Posted April 19, 2020 (edited) 37 minutes ago, iRackk said: Ok, i did it, now what i must to use ? I want :Just click on the car and get a OutPutChatBox: You don't have necessary level to use this car ! Have you any level-system yet? Edited April 19, 2020 by Patrick Link to comment
Spakye Posted April 19, 2020 Share Posted April 19, 2020 (edited) You can start working on showing a guiwindow using triggerClientEvent, add a grid and then add vehicles to the grid. triggerClientEvent guiCreateWindow guiCreateGridList guiGridListAddColumn guiGridListAddRow Then you can make it work with your lvl system if you have one Edited April 19, 2020 by Spakye Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now