Author Topic: give xp  (Read 5643 times)

0 Members and 1 Guest are viewing this topic.

Offline
**
give xp
« on: September 24, 2013, 09:45:58 PM »
kako da ubacim komandu give xp u cod4 deathrun??? 

Offline
**
Re: give xp
« Reply #1 on: April 22, 2014, 03:43:57 AM »
Evo rijesenja!
Dodaj u adminmod_(ime):
U redak gdje su custom commande:
givexp = "set admin givexp:<ARG:FIND_PLAYER:PID>"
Dodaj ovo u _admin.gsc:
Code: [Select]
case "givexp":
                      player = getPlayer( arg1, pickingType );
                      if( isDefined( player ) && player isReallyAlive() )
                      {
                        player braxi\_rank::giveRankXp( "", 2000);
                        player iprintlnbold( "^3[ADMIN]^7 Gave You a ^52000 ^2XP" );
                        iPrintln( "^3[admin]: ^7" + player.name + "^3got ^42000 ^2XP." );
                }
                break;

HA-HA!

Offline
**
Re: give xp
« Reply #2 on: October 04, 2014, 11:47:20 AM »
dje se nalazi taj _Admin.gsc