GMMarlboro Posted February 25, 2013 Posted February 25, 2013 how to place icon in the map for some place may i haven the script please sorry for my bad english
GMMarlboro Posted February 25, 2013 Author Posted February 25, 2013 didnt work can you post the full scrip ?
Metall Posted February 25, 2013 Posted February 25, 2013 local blipID = "number" local blipID2 = "number" function createBlipsOnStart() local blip1 = createBlip(blipID, x,y,z) local blip2 = createBlip(blipID2, x,y,z) end addEventHandler("onClientResourceStart", root, createBlipsOnStart)
TAPL Posted February 25, 2013 Posted February 25, 2013 local blipID = "number" local blipID2 = "number" function createBlipsOnStart() local blip1 = createBlip(blipID, x,y,z) local blip2 = createBlip(blipID2, x,y,z) end addEventHandler("onClientResourceStart", root, createBlipsOnStart) addEventHandler("onClientResourceStart", resourceRoot, createBlipsOnStart)
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