Pickup::Pickup: Difference between revisions
CocaColaBear (talk | contribs) (Created page with "{{Incomplete Functions}}") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{ | __TOC__ | ||
{{ServersideJsFunction}} | |||
Creates a new Pickup. | |||
*'''[https://wiki.rage.mp/index.php?title=Pickups Pickups list]''' | |||
==Syntax== | |||
<pre> | |||
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(); | |||
</pre> | |||
<pre> | |||
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(); | |||
</pre> | |||
All this on multiplayer server version 1.1 | |||
Checked by "Leinader" | |||
Revision as of 09:40, 15 August 2021
Server-Side Function
Creates a new Pickup.
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();
All this on multiplayer server version 1.1 Checked by "Leinader"