Jump to content

onClientPlayer Wasted !


E-mail

Recommended Posts

Hi all i have make the 1script its just a test to know my errors

see and tell me if if coreccet or not !

function xxx (ammo, killer, killerweapon, bodypart ) 
    if (killer) and (killer ~= source ) then 
    givePlayerMoney (killer,90 
    outputChatBox("You Have got $90 For Kill The Noob!!",255,255,0)(ThePlayer) 
    end 
end 
addEventHandler ("onPlayerWasted",getRootElement() , xxx) 

:mrgreen:

Link to comment
function xxx (ammo, killer, killerweapon, bodypart ) 
        if (killer) and (killer ~= source ) then 
        givePlayerMoney (killer,90) 
        outputChatBox("You killed enemy and earned 90$" ,killer, 0, 255,0 ) 
        end 
    end 
    addEventHandler ("onPlayerWasted",getRootElement() , xxx) 

EDIT : sorry BinSlayer1 i dont see you code xD

Edited by Guest
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...