Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssallweapons

Category:script
Author(s):suerte
Downloads:1375
Rate:You need to be logged in to vote
Rating:4.3 (3 Votes)
Description:
----English

This resource allows you to use every weapon in GTA:SA at the same time, even if they use the same slot.

For example, you can have both M4 and AK-47 at the same time.

* Use /all to get every weapon in the game.
* Use /add <WeaponID> <Ammo> to get a specific weapon.
* Use /my to see which guns you have.

For Developers:
* SERVER: exports["allweapons"]:givePlayerWeapon( player thePlayer, int weaponID, int ammo, bool switchTo=false )
* Example: exports["allweapons"]:givePlayerWeapon( source, 24, 7, true )

Please remember that this is a proof of concept and there may be bugs/problems. Please write a comment or help me fix them :)

----Español (aún estoy aprendiendo)

Este recurso te permite usar todas las armas de GTA:SA en el mismo tiempo, aún si usan el mismo slot.

Por ejemplo, tú puedes tener ambas M4 y AK-47 en el mismo tiempo.

* Usa /todo para recibir todas las armas del juego.
* Usa /dar <Arma ID> <Ammo> para recibir una arma específica.
* Usa /mis para ver cuáles armas tú tienes actualmente.

Para Desarrolladores:
* SERVIDOR: exports["allweapons"]:givePlayerWeapon( jugador thePlayer, int weaponID, int munición, bool usarInmediatamente=falso )
* Ejemplo: exports["allweapons"]:givePlayerWeapon( source, 24, 7, true )

Por favor recuerde que esto es una prueba de concepto y puede tener bugs/problemas. Por favor escribe un comentario o les ayudame corregir :)
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
3.0.0 2017-01-31 01:49:30 Download
2.0.0 2016-01-12 22:18:04 Guns are now stored server-side.
Lose guns on death.
Changed export function.
Fixed resource changing bug.
Download
1.0.0 2015-12-25 22:45:12 First public release Download