TheMhmd Posted March 2, 2014 Posted March 2, 2014 i want on player add /kill kil player and take 150-
cheez3d Posted March 2, 2014 Posted March 2, 2014 (edited) This is not a request section. Use these functions: addCommandHandler() takePlayerMoney() setElementHealth() Edited March 2, 2014 by Guest
Wei Posted March 2, 2014 Posted March 2, 2014 function killCommand(player, cmd) -- you may need to check if player has $100 killPed(player) takePlayerMoney(player, 100) end addCommandHandler("kill", killCommand)
MTA Team jhxp Posted March 2, 2014 MTA Team Posted March 2, 2014 https://forum.multitheftauto.com/viewtopic.php?p=668093#p668093
Recommended Posts