Jump to content

[Plugin] Deathrun Lifes Shop


32ping

Recommended Posts

Descriere: Life Shop pentru Deathrun. Jucatorii pot cumpara vieti folosind fraguri si decese.
Download Click![/ url]: FileShare | 2Shared
Autor (nume): tre3fla
Nume (numele pluginului respectiv): Ultimate Lifes Shop
Comenzi publice (comenzile ce se execută pe server): amx_(comanda) / Cvars: Cvar-uri nu sunt , comenzi publice : /shop.

 

Instalare:
1. Fisierul Ultimate_LifeShop.sma il puneti in addons/amxmodx/scripting
2. Fisierul Ultimate_LifeShop.amxx il puneti in addons/amxmodx/plugins
3. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma :
Ultimate_LifeShop.amxx

4. Deschideti DeathrunManager.sma, dupa publicul plugin_init( ) pastati urmatorul cod de mai jos .
5.Dupa ce ati bagat codul de mai jos , compilati DeathrunManager.sma si uploadati noul amxx pe server.

 

public plugin_natives( ) {
	register_native( "dr_set_user_lifes","_add_lifes" );
}

public _add_lifes( id, lifes ) {
	return g_Lifes[ id ] += lifes;
}
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use & Privacy Policy