Jump to content

ajuda!! 2 Parâmetros em uma função.


Recommended Posts

Eu gostaria que quando o player digitasse o comando /190 marcasse ele no mapa apenas para quem esta na ACL grupo, porém ainda não sei usar dois parâmetros em uma função.
function ligar (policia)
    if isObjectInACLGroup (policia, grupo) == true then
      createBlipAttachedTo(source, 30, 2) 
    end
end
addCommandHandler("190", ligar)

 

Edited by function learnLua
Link to comment

https://wiki.multitheftauto.com/wiki/IsPlayerInACL

Use essa função ^ para obter todos jogadores do grupo, faça um loop com getElementsByType.

Para a visibilidade você vai precisar o usar o último argumento de createBlipAttachedTo

blip createBlipAttachedTo ( element elementToAttachTo [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0, float visibleDistance = 16383.0, element visibleTo = getRootElement( ) ] )

setElementVisibleTo irá definir a visibilidade para o player.

@function learnLua

  • Thanks 1
Link to comment
  • DNL291 locked and unlocked this topic

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...