User contributions for SalwadoR
19 May 2017
- 14:2214:22, 19 May 2017 diff hist 0 Vehicle::getNeonColour No edit summary
- 14:2214:22, 19 May 2017 diff hist +36 Vehicle::getNeonColour No edit summary
- 14:1714:17, 19 May 2017 diff hist +74 Pool::at No edit summary
- 14:1514:15, 19 May 2017 diff hist +639 N Vehicle::getNeonColour Created page with "This function used for get vehicle neon color in RGB format. <syntaxhighlight lang="javascript"> void vehicle.getNeonColour(); </syntaxhighlight> '''Return array containing..."
5 May 2017
- 09:3509:35, 5 May 2017 diff hist +24 Client-side functions Undo revision 486 by SalwadoR (talk)
- 09:3509:35, 5 May 2017 diff hist −25 Template:Event function Undo revision 485 by SalwadoR (talk)
- 09:3209:32, 5 May 2017 diff hist +600 N Vehicle::locked Created page with "This property used for lock/unlock vehicle. Players can't seat to locked vehicles, bikes too. <syntaxhighlight lang="javascript"> boolean vehicle.lock; </syntaxhighlight> =..."
- 09:2709:27, 5 May 2017 diff hist 0 Pool::length No edit summary
- 09:2609:26, 5 May 2017 diff hist +41 Pool::length No edit summary
- 09:1409:14, 5 May 2017 diff hist +1,050 N Pool::forEach Created page with "This function used for call function for each elements in pool. ==Syntax== <syntaxhighlight lang="javascript"> void pool.forEach(function callingFunction); </syntaxhighlight>..."
- 08:5408:54, 5 May 2017 diff hist +491 N Pool::length Created page with "This function used for get pool elements count. ==Syntax== <syntaxhighlight lang="javascript"> int pool.length; </syntaxhighlight> ==Example== That's example will return v..."
- 08:5008:50, 5 May 2017 diff hist +265 Pool::at No edit summary
4 May 2017
- 15:4715:47, 4 May 2017 diff hist +576 N PlayerChat Created page with "This event is triggered when player send message in the chat. ==Parameters== * '''player''' - player, who send message. * '''text''' - sent text. (Rly? Wow) ==Example== This..."
- 15:3815:38, 4 May 2017 diff hist +1,252 N Events::callRemote Created page with " This function used for call server side event from client script. ==Syntax== <syntaxhighlight lang="typescript"> void mp.events.callRemote(string eventName [, ...args]) </sy..."
- 15:3315:33, 4 May 2017 diff hist −24 Client-side functions →Event functions
- 15:3315:33, 4 May 2017 diff hist +25 Template:Event function No edit summary
- 15:1815:18, 4 May 2017 diff hist 0 Player::call No edit summary
- 14:2814:28, 4 May 2017 diff hist +459 N Browser::execute Created page with "This function used for call JavaScript code in created browser. ==Syntax== <syntaxhighlight lang="typescript"> void browser.execute(string executedCode); </syntaxhighlight>..."
- 14:2814:28, 4 May 2017 diff hist −6 Template:Browser definition c No edit summary
- 14:1514:15, 4 May 2017 diff hist +7 Player::call No edit summary
- 14:1214:12, 4 May 2017 diff hist +1,441 Player::call No edit summary
- 14:1114:11, 4 May 2017 diff hist +564 N Entity::destroy Created page with "This function used for destroy created entities. ==Syntax== <syntaxhighlight lang="typescript"> void entity.destroy(); </syntaxhighlight> ==Example== This example create ve..."