Pickup::Pickup: Difference between revisions
No edit summary |
m (Reverted edits by Leinader (talk) to last revision by MrPancakers2) Tag: Rollback |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
{{ServersideJsFunction}} | {{ServersideJsFunction}} | ||
Creates a new Pickup. | Creates a new Pickup. | ||
*'''[https://wiki.rage.mp/index.php?title=Pickups Pickups list]''' | |||
{{JSContainer| | |||
<pre> | <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: | ||
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> | ||
mp.pickups.new(); | <pre>There is also such a function in the "mp.pickups" shell, but unfortunately it also does not accept any parameters for implementation: | ||
</pre> | 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> | |||
Latest revision as of 18:47, 20 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();