rssallweapons
Category: | script |
---|---|
Author(s): | suerte |
Downloads: | 1396 |
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)
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)