Malibu 5 Last activity: January 2, 2013 Posted November 29, 2012 Share Posted November 29, 2012 Posted November 29, 2012 Jak sie robi rangi na serwer o to dla was Odpalamy amxx studio #include #include #include Są to biblioteki dzięki którym możemy stworzyc plugin #define PLUGIN "Rangi" Nazwa pluginu #define VERSION "1.2" Wersja pluginu #define AUTHOR "Bulle [t]" Autor pluginu public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) Za pomocą tego rejestrujemy plugin,wersję i autora register_clcmd("say /ranga", "ranga", 0) } "say - co trzeba wpisac aby ranga się pojawiła "ranga"- nazwa funkcji public ranga(id) { static stats[8], body[8] get_user_stats(id, stats, body) pojawianie się statów new ranga[38] if ( stats[0] >= 0 && stats[0] = 5 && stats[0] = 0 && stats[0] = 5 && stats[0] Link to comment Share on other sites More sharing options...
Andy 2 Last activity: March 16, 2014 Posted February 18, 2013 Share Posted February 18, 2013 Posted February 18, 2013 Hej! Nie widzisz zawartości tego postu? Sign In lub Create an account, aby korzystać ze wszystkich dostępnych funkcji! Link to comment Share on other sites More sharing options...
Recommended Posts