Otóż, mam do Was nie lada prośbę.
Czy byłby ktoś w stanie przerobić Mi klasę normalną, na klasę VIP z obojętnie jaką flagą?
Mianowicie chodzi o Zombie Plague 5.0.8, jest to klasa człowieka.
#include <amxmodx>
#include <zp50_class_human>
// Classic Human Attributes
new const humanclass1_name[] = "Classic Human"
new const humanclass1_info[] = "=Balanced="
new const humanclass1_models[][] = { "arctic" , "guerilla" , "leet" , "terror" , "gign" , "gsg9" , "sas" , "urban" }
const humanclass1_health = 100
const Float:humanclass1_speed = 1.0
const Float:humanclass1_gravity = 1.0
new g_HumanClassID
public plugin_precache()
{
register_plugin("[ZP] Class: Human: Classic", ZP_VERSION_STRING, "ZP Dev Team")
g_HumanClassID = zp_class_human_register(humanclass1_name, humanclass1_info, humanclass1_health, humanclass1_speed, humanclass1_gravity)
new index
for (index = 0; index < sizeof humanclass1_models; index++)
zp_class_human_register_model(g_HumanClassID, humanclass1_models[index])
}
Bardzo proszę o pomoc.
Pozdrawiam,
Jaam.
Użytkownik Jaam edytował ten post 21.08.2012 09:36


Dodatki SourceMod















