AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Need help with exp in ns (https://forums.alliedmods.net/showthread.php?t=11301)

mICKE 03-15-2005 02:47

Need help with exp in ns
 
Hi. I am trying to add exp saver for amx_marine and amx_alien but i can't get it working. It has worked, but it doesn't work any more.

Here you have the code:
Code:

    if(ns_is_combat()) {
      new Float:Exp
      Exp = ns_get_exp(player);
      client_cmd(player,g_TeamTwoAck);
      ns_set_exp(player,Exp)
    } else {
      client_cmd(player,g_TeamTwoAck);
    }


v3x 03-15-2005 16:11

Show the whole code, please.

mICKE 03-15-2005 17:13

1 Attachment(s)
It is a modification for nscommands.

Here you have


All times are GMT -4. The time now is 14:15.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.