ItsMods

Full Version: FunDrop Plugin-Updated
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
it's very cool plugin.thank you.
@topicstarter

I'm using parts of your code in my rolldice on respawn script, but seem to have trouble unsetting the grenadedeath perk

seting the dvar to "" just doesnt cut it, or shoult it be set to "none" ?

example:

CSHARP Code
  1. {
  2. SetDvar("perk_grenadedeath", "remote_tank_projectile_mp");
  3. TellClient(Client.ClientNum, "[^1SURPRISE!^7] ^2BFG Deathstreak!^7 !! ^1You Luck0r^7!", true);
  4. }
  5. else
  6. {
  7. SetDvar("perk_grenadedeath", "");
  8. TellClient(Client.ClientNum, "[^1BUMMER!^7] ^1:-(^7 No ^2SURPRISE^7 on this spawn ^1:-(^7 !", true);
  9. }
(03-19-2012, 09:24)pieter Wrote: [ -> ]seting the dvar to "" just doesnt cut it, or shoult it be set to "none" ?

Yes you have to revert it back to original bytes
{ 0x0F, 0x84, 0xD5, 0x00, 0x00, 0x00 }


THANKS!!!
Pages: 1 2 3 4 5