NQ soucre??

NoQuarter(ETmod) had some time ago open soucre,but it was closed.
So someone has NQ soucre?If yes,he could upload it:)

And I approve this command in my mod(!sk name/id reason)?
//Redeye
{ "sk", G_shrubbot_sk, 'F', 0,
"call a player a spawnkiller and warn him to be kicked next time",
"[^3name|slot#^7]"},

/ qboolean G_shrubbot_sk(gentity_t *ent, int skiparg)
{
int pids[MAX_CLIENTS];
char name[MAX_NAME_LENGTH], err[MAX_STRING_CHARS];
gentity_t *vic;

if(Q_SayArgc() < 2+skiparg) {
SPC("^/sk usage: ^7!sk [name|slot#]");
return qfalse;
}
Q_SayArgv(1+skiparg, name, sizeof(name));

if(ClientNumbersFromString(name, pids) != 1) {
G_MatchOnePlayer(pids, err, sizeof(err));
SPC(va("^/sk: ^7%s", err));
return qfalse;
}
vic = &g_entities[pids[0]];
if(!_shrubbot_admin_higher(ent, vic)) {
SPC("^/sk: ^/sorry, but your intended victim has a higher admin"
" level than you do");
return qfalse;
}
if(_shrubbot_immutable(ent, vic)) {
SPC("^/sk: ^7sorry, but your intended victim is immune to shrubbot commands");
return qfalse;
}
if(!(vic->client->sess.sessionTeam == TEAM_AXIS ||
vic->client->sess.sessionTeam == TEAM_ALLIES)) {
SPC("^/sk: ^7player must be on a team");
return qfalse;
}

G_globalSound("sound/misc/spawnkiller.wav");
AP(va("chat \"^7%s ^1stop ^7spawnkilling, ^1next ^7time ^1you ^7will ^1be ^7kicked!\" -1",
vic->client->pers.netname));

return qtrue;


Any other commands suggestions?
Comments
20
Play ETPro, not NQ
ETpro is old for me,lots of bugs founded there.
Sad,that Bani didnt relase ETpro 4.x.x,but,let´s see,because Enemy Territory soucre is open,and maybe someone makes 2.70 patch:D
Parent
You do it.
Parent
Well yes:D
But players use ETpro because of it hitboxes.I´m gonna make ETpro 5.3.1,so Bani gimme me soucre code of ETpro and I ill make new new new sub systemsss.
Parent
Most gamebreaking bugs of ETPro can easily be fixed with combinedfixes or QMM, and last time I checked (which was ages ago, though) ETPro had almost all the gameplay bugs I knew of fixed too while other mods still had them - a few good examples of this are multisatchel and the cg_zoomdefaulsniper 100 bug, which gives you a sniper scope without any zoom at all.

But seeing that NoQuarter has advanced about 1000 releases since I last tried it I assume it has mostly been fixed. It's a shame the gameplay aspects of NoQuarter are complete bullshit, though.
Parent
Play ETpro? are you crazy , that mod hasn't been updated since dinosaur age .
Parent
And your point is..?
Parent
Dinosaur age bro.
Parent
DID YOU PRE-ORDER RIFT? I FORGOT TO PARTICIPATE IN THAT 2ND BETA :////////////
Parent
I had a beta account. but coz in the contract was standing that the producer could anytime force me to pay a RND high money i canceled it imediately. Then i prefer more to wait till its released.
Parent
Nah I didnt, dont know if i want to :P More BETAs coming!
Parent
if(!(vic->client->sess.sessionTeam == TEAM_AXIS ||
vic->client->sess.sessionTeam == TEAM_ALLIES))


de morgan ... BITCH!
Let me inform you that "soucre" is not an existing word.
what's a soucre ?
Sucre

[img|left]http://4.bp.blogspot.com/_OxAhP1lMZ3A/ST3GH_pZv1I/AAAAAAAABJo/Z_aDQLL-LQs/s400/Fernando_Sucre.jpg[/img]
Back to top