Hi I was wondering if there is a way to make it so that when you kill a horde or a alli you get an automatic reward (money)
:wave::banned:
Hi I was wondering if there is a way to make it so that when you kill a horde or a alli you get an automatic reward (money)
:wave::banned:
:gtfo2:
I believe there is a script for this. I saw it today i am looking for it right now.
You can go to this link Board Message there is a thread there. Im no sure how you could get it to give you gold but you can get it to give you tokens
Last edited by Anarchy; 02-29-2008 at 12:55 AM.
If my grass was emo it could cut itself.
Gold code:
Code://Get the ammount of gold the players uint32 currentgold = Plr->GetUInt32Value(PLAYER_FIELD_COINAGE); //Check if the player is enought gold. if(currentgold>050000) //Calculate the new ammount of he should have (his current gold - the price). int32 newgold = currentgold - 050000; //Set the players gold to the new ammount. Plr->SetUInt32Value(PLAYER_FIELD_COINAGE,newgold);