I mean is it possible to put in my own guns in my server through smart ftp I don't even know where to paste all that stuff i've been reading
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <engine>
// If the user that picked up the weapon is alive..
entity_set_string(id, EV_SZ_viewmodel, MP5_MODEL_NAME)
// entity_set_string(id, EV_SZ_weaponmodel, MP5_MODEL_NAME)
new iCurrent
iCurrent = find_ent_by_class(-1,"weapon_mp5navy")
while(iCurrent != -1) {
iCurrent = find_ent_by_class(iCurrent,"weapon_mp5navy")
}
return PLUGIN_HANDLED
}
WHERE THE HELL DOES THIS CRAPOLA GO !!!!!
__________________