Pickup::Pickup: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
mNo edit summary
Line 13: Line 13:
All this on multiplayer server version 1.1
All this on multiplayer server version 1.1


Cheked by "Leinader"
Cheked by "Leinader" <!-- please don't delete it for a while -->

Revision as of 18:37, 20 August 2021

Server-Side
Function

 JavaScript



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();


All this on multiplayer server version 1.1

Cheked by "Leinader"