Need 1 more map quickI suggest de_racetownz. It's very different from the other maps on the list and it was voted MotM.
de_racetownzI would love to play a car map.
I'm sorry, I didn't realize you wanted him to shoot you. I can call in some more guards if you like.
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#define ADMIN_LEVEL ADMIN_LEVEL_A
public plugin_init() {
register_plugin("Use Entity", "1.0", "potatis_invalido");
register_clcmd("amx_use", "cmdUse", ADMIN_LEVEL, "TARGETNAME");
}
public cmdUse(id, level, cid) {
if(cmd_access(id, level, cid, 2)) {
new nameArgumentValue[33];
if(read_argc() != 2 || read_argv(1, nameArgumentValue, (sizeof nameArgumentValue) - 1) < 1) {
console_print(id, "[amx_use] - Invalid number of arguments.");
} else {
new entityId = engfunc(EngFunc_FindEntityByString, -1, "targetname", nameArgumentValue);
if(!pev_valid(entityId)) {
console_print(id, "[amx_use] - Entity not found");
} else {
console_print(id, "[amx_use] - Using entity with ID number %i", entityId);
dllfunc(DLLFunc_Use, entityId, id);
}
}
}
return PLUGIN_HANDLED;
}
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#define ADMIN_LEVEL ADMIN_LEVEL_A
public plugin_init() {
register_plugin("Use Entity", "1.0", "potatis_invalido");
register_clcmd("amx_use", "cmdUse", ADMIN_LEVEL, "amx_use TARGETNAME");
}
public cmdUse(id, level, cid) {
if(cmd_access(id, level, id, 1)) {
new nameArgumentValue[33];
if(read_argc() != 2 || read_argv(1, nameArgumentValue, (sizeof nameArgumentValue) - 1) < 1) {
console_print(id, "[amx_use] - Invalid number of arguments.");
} else {
new entityId = engfunc(EngFunc_FindEntityByString, -1, "targetname", nameArgumentValue);
if(!pev_valid(entityId)) {
console_print(id, "[amx_use] - Entity not found");
} else {
console_print(id, "[amx_use] - Using entity with ID number %i", entityId);
dllfunc(DLLFunc_Use, entityId, id);
}
}
}
return PLUGIN_HANDLED;
}
I don't have the time to install AMX Mod X right now. I hope it works!WAIT,I don't think there is. And comments like yours is probably one of the reasons for that.
THERE'S A SHE AMONG US?!?!
You said his/her, so I kinda got excited... :3
But really, who ever it is, WOMAN UP! xD
ArgentinaSo if you're uploading a map or a mod, please do a Swede a favour and don't use Gamefront. Thanks in advance.
Brazil
Chile
Colombia
Costa Rica
Ecuador
France
Honduras
Hungary
India
Indonesia
Italy
Japan
Malaysia
Mexico
Peru
Philippines
Poland
Portugal
Romania
Russian Federation
Serbia
Singapore
Spain
Sweden
Thailand
Turkey
Uruguay
Venezuela
So since someone decided to screw with the pollIn what way and how? The polls look fine to me.
How about everyone gets a gun when they get their drivers licence. That would ensure everyone, rich or poor, can defend themselves when the situation arises. Yeah.That's assuming everyone carry them around everywhere they go. I for one, would not do that, unless I lived in Congo or someplace similar.
Mass shootings are going to happen whether or not we have gun control.Gun control could reduce them, at least in theory.
Besides, taking away guns from normal people is entirely stupid because what people do not get is that criminals are criminals and they will get their hands on weapons illegal or not. All this does is take away weapons normal people could use to defend themselves.What about shootings committed by people who wouldn't know how to get ahold of one illegaly? Because they only know decent people or because they're socially awkard?
Better yet, get VHLT and func_detail your brushwork instead of func_walling it.+1