GetPlayerPreviousAndNextWeapon: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
Line 9: Line 9:


==Returns==
==Returns==
This function returns two [[number]] the first the previous weapon of the element and the second the next weapon of the element.
This function returns two numbers the first the previous weapon of the element and the second the next weapon of the element.

Revision as of 16:07, 4 January 2019

Syntax

int getPreviousAndNextWeapon ( element theElement )

Required arguments

Returns

This function returns two numbers the first the previous weapon of the element and the second the next weapon of the element.