Pickup::Pickup: Difference between revisions
No edit summary |
MrPancakers2 (talk | contribs) mNo edit summary |
||
| Line 11: | Line 11: | ||
mp.pickups._new();</pre> | mp.pickups._new();</pre> | ||
}} | }} | ||
Revision as of 11:38, 19 August 2021
Server-Side Function
Creates a new Pickup.
JavaScript Syntax
There is a shell "mp.pickups", but for some reason such a function does not exist in the list of functions of this shell: mp.pickups.new();
There is also such a function in the "mp.pickups" shell, but unfortunately it also does not accept any parameters for implementation: mp.pickups._new();