Jump to content

SISTEMA DE MORTE POR M4


Recommended Posts

On 31/07/2020 at 18:38, DNL291 said:

Como faço para poder fazer essa função para bota dentro do comando ? queria por tipo quando a M4 mata um jogador ele voltar para o mapa que ele morreu.
 

local weaponType = getPedWeapon ( getRandomPlayer() )
-- If a weapon type was returned then
if ( weaponType ) then
    outputChatBox ( "someguy's current Weapon-type: " .. weaponType .. "." ) -- Display the weapon type in the chat box
end
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...