How to add weapon pickup?

Started by Gito Baloch, Mar 24, 2020, 08:27 AM

Previous topic - Next topic

Gito Baloch

can you tell me how to add weapon pickup?
CreateWeaponPickups(111, -913.828, -558.578, 14.5535);
HOW? ??
Programming is the language I speak, the world I shape, and the future I code

Sebastian

wiki.thijn.ovh

There you can find a list of available funcions,  and how to use them

Gito Baloch

Seby i cant find any wep pickup in wiki? u give me
Programming is the language I speak, the world I shape, and the future I code

KX

#3
Quote from: Gitobaloch on Mar 24, 2020, 10:56 AMSeby i cant find any wep pickup in wiki? u give me
CreatePickup(weaponID, world, ammo, player.pos, 255, true);Also here is the link about which sseebbyy told you
-> http://wiki.thijn.ovh/index.php?title=Scripting/Squirrel/Functions/CreatePickup

Gito Baloch

Programming is the language I speak, the world I shape, and the future I code

Sebastian


Gito Baloch

I added Pickup and define onPickupPickedUp but i cant pick the wep in pickup!
Programming is the language I speak, the world I shape, and the future I code

Gito Baloch

Programming is the language I speak, the world I shape, and the future I code