Difference between revisions of "GET PLAYER COLOUR"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Native |np=1 |p1t=Integer |p1d=Player ID |r=1 |rt=Integer |rd=Color ID }} This function gets the color of specific player and returns it as ID according to the list specifi...")
 
 
Line 8: Line 8:
 
}}
 
}}
  
This function gets the color of specific player and returns it as ID according to the list specified in the description of this native function: SET_PLAYER_COLOUR
+
This function gets the color of specific player and returns it as ID according to the list specified in the description of this native function: [[SET_PLAYER_COLOUR]].

Latest revision as of 23:39, 13 August 2020

GET_PLAYER_COLOUR
Number of parameters: 1
Parameter #TypeDescription
1.IntegerPlayer ID
Return value:
TypeDescription
IntegerColor ID

This function gets the color of specific player and returns it as ID according to the list specified in the description of this native function: SET_PLAYER_COLOUR.