Szukam 2 pluginów.
pac123
22.09.2011
Witam poszukuje 2 pluginów
1. Na start gracz ma 50 hp.
2. /free - na Dr można wpisac /free i jest freerun.
3. Jakiś fajny plugin VIP na DR
1. Na start gracz ma 50 hp.
2. /free - na Dr można wpisac /free i jest freerun.
3. Jakiś fajny plugin VIP na DR
kasza
22.09.2011
DarkGL
22.09.2011
#include <amxmodx>
#include <amxmisc>
#include <fun>
public plugin_init() {
register_plugin("Cos", "1.0", "Screeaam..")
register_logevent("PoczatekRundy", 2, "1=Round_Start");
}
public PoczatekRundy()
{
for (new id=1; id < 33; id++){
{
if(!is_user_alive(id)) continue;
switch(get_user_team(id)){
case 1: set_user_health(id, 100)
case 2: set_user_health(id, 50)
}
}
}
}




