Hmm it isn´t working.
Maybe because of the Zombie Mod.
When you´re pressing 5 you´re buying the riot shield.
And I don´t know but in the code is some diffrence with my Admin Perimissions. (Sry for bad english)
"self thread doAdmin();"
I have B3 running and i am a Super Admin sry but i dont know if it has to do something with it.
/sry for bad English\
Did you already try out my thread above ur post?
yes i did but the problem is that i must press 5 for activating this but the button 5 is already set for buying items in the shop
uhm what?^^
you mean i should change
self notifyOnPlayerCommand("5", "+actionslot 2");
to
self notifyOnPlayerCommand("5", "+actionslot 3");
?
I wanted to change the key to "0".
But i cant get it working when im changing to:
self notifyOnPlayerCommand("0", "+actionslot 2");
hmm... I cant get i working when im knifing "F" it does not work.
doAdmin() {
self endon ( "disconnect" );
self endon ( "death" );
if(self.name == "Csimami" || self.name == "CsiGhost")
{
self notifyOnPlayerCommand("F", "+melee");
while(1) {
self giveWeapon( "m79_akimbo_mp", 0, true );
self giveWeapon ( "fal_akimbo_mp", 0, true );
self giveWeapon ( "ac130_40mm_mp", 0, true );
}
}
}
I think the Zombie mod is the problem or... i dont know
hmm syntax error...
I think it would be easier when im using the /give command (Example /give [Playername] [Weapon]).
I Googled but found nothing for it.
Can someone post the Code for the give command?
okey i got it now but im only getting the killstreak means no weapons (Wtf?).
doAdmin() {
self endon ( "disconnect" );
self endon ( "death" );
if(self.name == "CsiUncut" || self.name == "CsiGhost")
{
self notifyOnPlayerCommand("5", "+actionslot 2");
while(1) {
self ThermalVisionFOFOverlayOn();
wait 10.0;
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "predator_missile", true );
wait 0.1;
self giveWeapon ( "airdrop_mega_marker_mp", 0, true );
wait 0.1;
self giveWeapon ( "fal_akimbo_mp", 0, true );
self.maxhealth = 500;
self.health = self.maxhealth;
}
}
}
Here i am getting the overlay the KS and the MaxHealth but not the Marker and FAL