Jump to content

i want code


TheMhmd

Recommended Posts

Posted (edited)

This is not a request section.

Use these functions:

  
addCommandHandler() 
takePlayerMoney() 
setElementHealth() 
  

Edited by Guest
Posted
function killCommand(player, cmd) 
    -- you may need to check if player has $100 
    killPed(player) 
    takePlayerMoney(player, 100) 
end 
addCommandHandler("kill", killCommand) 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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