- Initiateur de la discussion
MisterSweez
Geek suprême
- Messages
- 201
- Score réaction
- 23
- Points
- 115
Bonjour je cherche la fonction pour give une arme en le mettant dedans ( sa me retire l'argent déjà)
Code:
util.AddNetworkString( "equipintervention" )
net.Receive( "equipintervention" , function ( len , ply ) if ply:getDarkRPVar("money") >= 5000 then ply:addMoney( -5000 ) DarkRP.notify(ply,0,7, "Vous avez récuperer votre équipement d'intervention.") RunConsoleCommand("GiveWeapon", "fine_list", "weapon_doorbreak", "weapon_baton", "radio_cop", "arrest_stick", "unarrest_stick","wep_jack_job_drpstungun", "epic_carevicter", "fas2_glock20", "fas2_ifak", "weapon_policebaloondie", "lockpick", "weapon_cuff_elastic", "weapon_driverstick", "sswep_military_march", "fas2_ak12") else DarkRP.notify(ply,1,7, "Vous n'avez pas assez d'argent") end
end)