Storm
Age : 31
Messages : 1475
| Sujet: Les armes et Items Jeu 12 Fév - 15:35 | |
| Petit topo sur le placement d'armes et d'items.Placer une arme/item sur le sol (Flotte au dessus) : - Code:
-
/place weapon_[weapon name] 1 Placer une arme/item avec une borne de Paiement.1) Placer la borne de Paiement. - Code:
-
/place misc_model_breakable 0 model,models/map_objects/hoth/console_on,spawnflags,8193,target,[nom de la cible],count,[montant],message,[message]
2) Placer l'arme. Attention à bien la placer devant la borne ! - Code:
-
/place [nom de l'arme ou de l'item ] 0 wait,-1,targetname,[nom de la cible] Infos : _wait -1 : Sert à spawner l'item/arme . Obligatoire si on la cible avec target. _spawnflags 8193 : On doit payer pour utiliser l'entité. _count : Le montant à verser pour pourvoir utiliser l'entité. _message : Message à afficher quand on utilise l'entité.Liste des armes et items :item_shield_sm_instant item_shield_lrg_instant item_medpak_instant item_seeker item_shield item_medpac item_medpac_big item_binoculars item_sentry_gun item_jetpack item_healthdisp item_ammodisp item_eweb_holdable item_seeker item_force_enlighten_light item_force_enlighten_dark item_force_boon item_ysalimari weapon_stun_baton // doubles as grappling hook in the Lugormod weapon_melee weapon_saber weapon_blaster_pistol weapon_concussion_rifle weapon_bryar_pistol //This is a teleporter in the lugormod weapon_blaster weapon_disruptor weapon_bowcaster weapon_repeater weapon_demp2 weapon_flechette weapon_rocket_launcher ammo_thermal ammo_tripmine ammo_detpack weapon_thermal weapon_trip_mine weapon_det_pack ammo_force ammo_blaster ammo_powercell ammo_metallic_bolts ammo_rockets ammo_all team_CTF_redflag team_CTF_blueflag team_CTF_neutralflag | |
|