User contributions for Enterprise
Jump to navigation
Jump to search
9 July 2009
- 18:3718:37, 9 July 2009 diff hist +2,606 N RU/BanPlayer New page: __NOTOC__ {{Server function}} {{New feature|3|1.0| This function will ban the specified player by either IP, serial or username }} {{Deprecated_feature|3|1.0| This function will ban ...
- 18:3518:35, 9 July 2009 diff hist +37 RU/Server Scripting Functions No edit summary
- 18:3518:35, 9 July 2009 diff hist +318 N Template:RU/Server admin functions New page: *banPlayer *kickPlayer {{New feature|3|1.0| *addBan *getBanAdmin *getBanIP *getBanReason *getBans *getBanSerial *getBanTime *getBanUsername *[[getUn...
- 09:5809:58, 9 July 2009 diff hist +19 Talk:Главная страница No edit summary
- 09:5809:58, 9 July 2009 diff hist +31 Talk:Главная страница No edit summary
- 09:5509:55, 9 July 2009 diff hist +178 Talk:Главная страница No edit summary
- 09:4809:48, 9 July 2009 diff hist −1 RU/Server Scripting Events No edit summary
- 09:4709:47, 9 July 2009 diff hist +1 RU/Server Scripting Events No edit summary
- 09:4709:47, 9 July 2009 diff hist +31 RU/Server Scripting Events No edit summary
- 09:4609:46, 9 July 2009 diff hist +147 RU/Server Scripting Events No edit summary
- 09:4309:43, 9 July 2009 diff hist −3 CJ Clothes No edit summary
- 09:4309:43, 9 July 2009 diff hist +21 CJ Clothes No edit summary
- 09:4209:42, 9 July 2009 diff hist +23 Character Skins No edit summary
- 09:4109:41, 9 July 2009 diff hist +31 Resource:Editor/Plugins No edit summary
- 09:3909:39, 9 July 2009 diff hist +27 Resource:Editor/EDF No edit summary
- 09:3609:36, 9 July 2009 diff hist +17 Hibakeresés No edit summary
- 09:3209:32, 9 July 2009 diff hist +34 RU/Server Scripting Functions No edit summary
- 09:3009:30, 9 July 2009 diff hist +34 Client Scripting Functions No edit summary
- 09:2909:29, 9 July 2009 diff hist +78 RU/Client Scripting Events No edit summary
- 09:2909:29, 9 July 2009 diff hist +31 Client Scripting Events No edit summary
- 09:2809:28, 9 July 2009 diff hist +32 Server Scripting Events No edit summary
- 09:2509:25, 9 July 2009 diff hist +35 Server Scripting Functions No edit summary
- 09:1609:16, 9 July 2009 diff hist +186 RU/getWeaponNameFromID →Пример
- 09:0209:02, 9 July 2009 diff hist +157 RU/getWeaponNameFromID →Пример
- 08:5508:55, 9 July 2009 diff hist +8 RU/getWeaponNameFromID No edit summary
- 08:3608:36, 9 July 2009 diff hist +96 RU/getWeaponNameFromID →Пример
- 08:3408:34, 9 July 2009 diff hist +78 RU/getWeaponNameFromID No edit summary
- 08:3008:30, 9 July 2009 diff hist +290 RU/getWeaponNameFromID No edit summary
- 08:2508:25, 9 July 2009 diff hist +44 RU/getWeaponIDFromName No edit summary
- 08:1608:16, 9 July 2009 diff hist +18 RU/getSlotFromWeapon No edit summary
- 08:1508:15, 9 July 2009 diff hist +22 RU/getWeaponIDFromName No edit summary
- 08:1408:14, 9 July 2009 diff hist +74 RU/getWeaponIDFromName No edit summary
- 08:1108:11, 9 July 2009 diff hist +28 RU/getWeaponIDFromName No edit summary
- 08:1008:10, 9 July 2009 diff hist +68 RU/getWeaponIDFromName No edit summary
- 08:0808:08, 9 July 2009 diff hist +68 RU/getSlotFromWeapon No edit summary
8 July 2009
- 20:2120:21, 8 July 2009 diff hist −4 RU/getSlotFromWeapon →Возвращается
- 20:2120:21, 8 July 2009 diff hist +8 RU/getSlotFromWeapon →See Also
- 20:2120:21, 8 July 2009 diff hist +248 RU/getSlotFromWeapon No edit summary
- 20:1620:16, 8 July 2009 diff hist +970 N RU/takeWeaponAmmo New page: {{Server function}} takeWeaponAmmo takes a specified amount of ammo from a certain player, for a specified weapon (if they already have it). ==Syntax== <syntaxhighlight lang="lua">takeWeaponAmmo ( play...
- 20:1520:15, 8 July 2009 diff hist +782 N RU/takeWeapon New page: {{Server function}} This function removes a specified weapon from a certain player's inventory. ==Syntax== <syntaxhighlight lang="lua">bool takeWeapon ( player thePlayer, int weaponId )</syntaxhighlight> ===Requ...
- 20:1420:14, 8 July 2009 diff hist +772 N RU/takeAllWeapons New page: {{Server function}} This function removes every weapons from a specified player, rendering him unarmed. ''Note: weapons are removed when a player dies by default. This means that it is on...
- 20:1420:14, 8 July 2009 diff hist +997 N RU/setWeaponAmmo New page: {{Server function}} Sets the ammo to a certain amount for a specified weapon (if they already have it), regardless of current ammo. ==Syntax== <syntaxhighlight lang="lua">bool setWeaponAmmo ( player t...
- 20:1220:12, 8 July 2009 diff hist +2,280 N RU/giveWeapon New page: {{Server function}} giveWeapon gives a specified weapon to a certain player or ped. There is an optional argument to specify ammunition. For example, a melee weapon doesn't need an ammo ar...
- 20:1120:11, 8 July 2009 diff hist +954 N RU/getSlotFromWeapon New page: {{Server function}} This function allows you to identify the weapon slot that a weapon belongs to. ==Syntax== <syntaxhighlight lang="lua"> int getSlotFromWeapon ( int weaponid ) </syntaxhighlight> ===Required A...
- 20:1020:10, 8 July 2009 diff hist +1,329 N RU/getWeaponIDFromName New page: {{Server client function}} This function will obtain the ID of a particular weapon from its name. ==Syntax== <syntaxhighlight lang="lua"> int getWeaponIDFromName ( string name ) </syntaxhighlight> ...
- 20:0920:09, 8 July 2009 diff hist +3 RU/getWeaponNameFromID No edit summary
- 20:0820:08, 8 July 2009 diff hist +1,329 N RU/GetWeaponIDFromName New page: {{Server client function}} This function will obtain the ID of a particular weapon from its name. ==Syntax== <syntaxhighlight lang="lua"> int getWeaponIDFromName ( string name ) </syntaxhighlight> ...
- 20:0720:07, 8 July 2009 diff hist +954 N RU/GetSlotFromWeapon New page: {{Server function}} This function allows you to identify the weapon slot that a weapon belongs to. ==Syntax== <syntaxhighlight lang="lua"> int getSlotFromWeapon ( int weaponid ) </syntaxhighlight> ===Required A...
- 20:0620:06, 8 July 2009 diff hist +143 Template:RU/Server weapon functions No edit summary
- 19:5819:58, 8 July 2009 diff hist +11 RU/Server Scripting Functions No edit summary