Jump to content

searching for a script...


ramzi

Recommended Posts

dude just give me the full code,i dont know how to script -_-

This is not a forum for requests(Never mind demanding it!)

https://wiki.multitheftauto.com/wiki/Main_Page

Perhaps this can help too, gotta try make it yourself. We can help with errors and stuff but you must atleast give it ago.

function destroyBlipsAttachedTo( player ) 
    local attached = getAttachedElements ( player ) 
    if ( attached ) then 
        for k,element in ipairs(attached) do 
            if getElementType ( element ) == "blip" then 
                destroyElement ( element ) 
            end 
        end 
    end 
end 

Link to comment
dude just give me the full code,i dont know how to script -_-

Be happy we are helping you to script it. You don't even take time to look into the code's I guess? Same with the Admin Panel where I helped you with. You are saying by yourself now you can't script, so you aren't taking time to look into the code's too.

Link to comment
dude just give me the full code,i dont know how to script -_-

This is not a forum for requests(Never mind demanding it!)

https://wiki.multitheftauto.com/wiki/Main_Page

Perhaps this can help too, gotta try make it yourself. We can help with errors and stuff but you must atleast give it ago.

function destroyBlipsAttachedTo( player ) 
    local attached = getAttachedElements ( player ) 
    if ( attached ) then 
        for k,element in ipairs(attached) do 
            if getElementType ( element ) == "blip" then 
                destroyElement ( element ) 
            end 
        end 
    end 
end 

this script works fine but there is allitle problem :| ,player name still showing on,wht should i do to hide the name?

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...