Filmy z polskim lektorem i dubbingiem nowoĹci rapidshare download.
Nazwa pluginu: RPG mod
Autor: Sylwester
Wersja: 1.0b3
Źródło: http://forums.alliedmods.net/
Opis: Xp zdobywamy zabijając przeciwników. Dzięki niemu później możemy kupić dodatkowe przedmioty.
Moduły:
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <hamsandwich>
#include <fun>
#include <cstrike>
#include <nvault>
#include <sqlx> Cvary:
rpgm_savedata 1 // Zapisywać xp?
rpgm_bot_savedata 0 //Zapisywac xp dla botów?
rpgm_saveby 1 //zapisuj po: 1 - steamid, 2 - ip, 3 - name
rpgm_savedb 1 //Zapisuj w: 1 - nvault, 2 - MySql
rpgm_sql_host "" //sql server ip
rpgm_sql_user "" //sql username
rpgm_sql_pass "" //sql password
rpgm_sql_db "" //sql database name
rpgm_user_control 1 //zablokować komendy w chat 0-nie 1-tak
rpgm_frequent_save 0 //kiedy zapisywać xp? 0 - automatycznie gdy gracz wychodzi z serwera 1 - w nowej rundzie i podczas wychodzenia gracza z serwera 2 - podczas wychodzenia i co 10 sekund
rpgm_xp_mult 1.0 //multiplier for xp gained
rpgm_in_team 0 //upgrades work only for: 0-both teams, 1-ts, 2-cts
rpgm_start_lvl 0 //Domyślny poziom dla nowych graczy
rpgm_bot_start_lvl 0 //Domyślny poziom dla nowych botow
rpgm_upgs 111111111111 //this is string, it determines which upgrades are enabled and disabled
//0 on position x means that upgrade number x is disabled while 1 means it's enabled
//example 1: 111111111110 - all upgrades enabled, except AutoBHop
//example 2: 010010000000 - only Health+ and Stealth are enabled
//If you disable some upgrade, then players get 100% of credits spent on this upgrade back
rpgm_def_upgrades 000000000000 //this is string - default upgrades for new players
rpgm_bot_def_upgrades 00000000000 //this is string - default upgrades for new bots
//you can use numbers (0,...,9) and letters (a,...,z)
//a = 10, b = 11, c = 12, ...
rpgm_bot_buy_upgs 0 //bots automatically buy random upgrades on spawn? 1 - yes, 0 - no
//depends on amount of credits, bot buy random upgrade if his credits are >= 0
Komendy admina:
amx_rpg_lvl <@all | @T | @CT | # userid | name> <+|=|-> <amount> // Zmienia poziom
amx_rpg_drop_upgs <@ wszystkie | @ t | | ct @ # userid | name> // Dodaje siłe
amx_rpg_set_upgs <@ wszystkie | @ t | | ct @ # userid | name> <upgrades_string> // Wyznacza moderację?
Komendy gracza:
say rpg // otwiera menu główne
say menu // otwiera menu główne
say /pomoc // otwiera pomoc menu
say /deletexp // usuwa dane z bieżącej bazy danych
amx_rpglogin <username><password> // rejestracja lub logowanie :)
Inastalacja: Instalacja pluginów AMXX