CSHOT.PL - Pluginy amxx , plugins amxx , server game counter strike , serwery gier , forum
Chcesz być nie śmiertelny? O to plugin dla ciebie :) - Printable Version

+- CSHOT.PL - Pluginy amxx , plugins amxx , server game counter strike , serwery gier , forum (https://cshot.pl)
+-- Forum: Counter-Strike (https://cshot.pl/forumdisplay.php?fid=54)
+--- Forum: Counter-Strike 1.6 (https://cshot.pl/forumdisplay.php?fid=55)
+---- Forum: PLUGINY (https://cshot.pl/forumdisplay.php?fid=62)
+---- Thread: Chcesz być nie śmiertelny? O to plugin dla ciebie :) (/showthread.php?tid=1930)



Chcesz być nie śmiertelny? O to plugin dla ciebie :) - Poster - 09-18-2025

[TITLE] Chcesz być nie śmiertelny? O to plugin dla ciebie :)
[URL] https://amxx.pl/topic/92906-chcesz-być-nie-śmiertelny-o-to-plugin-dla-ciebie/


Witam.
Przedstawiam wam mój plugin, który uwalnia opcję nie śmiertelność.
Chyba nie muszę tłumaczyć jak to działa
[Image: biggrin.png]

//Komendy:

**/kamikadze**

//Instalacja

standardowa [Image: wink.png]




/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>

#define PLUGIN "Kamikadze"
#define VERSION "1.2"
#define AUTHOR "T!FA"


public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /kamikadze", "kamikadze")
}

public kamikadze(id)
{
set_user_godmode(id,1)
set_user_gravity(id,0.50)
client_print(id, print_chat,"Zaraz rozpetasz pieklo!")
}




Jeśli ktoś sobie życzy mogę skasować set_user_gravity i wstawić np.
set_user_noclip
[Image: naughty.gif]

**< ciach>**