+ zamiast fun to fakemeta_util
#include <amxmodx>
#include <fakemeta_util>
#include <hamsandwich>
#define PLUGIN "Uczymy sie"
#define VERSION "0.1"
#define AUTHOR "Henryk Gomolka, Heniut"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_Spawn, "player", "respawn", 1)
}
public respawn(id)
{
if(is_user_alive(id))
{
new name[32]
fm_set_user_maxspeed(id, 500.0)
get_user_name(id, name, 31)
client_print(id, print_chat, "Masz speeda %s !",name)
}
}


Dodatki SourceMod




Moja zawartość
Mężczyzna

