Thread: SC STUFF PLUGIN
View Single Post
Silencer123
Veteran Member
Join Date: Jul 2006
Old 07-22-2006 , 05:14   Re: SC STUFF PLUGIN
Reply With Quote #15

Ok. Done. Everything is much shorter now.
[SC STUFF PLUGIN] is now [SCSP] fo example.
Also all Commands are really short now. So be careful that there are no
conflicts with other Plugins, which have similar or same Commands.


And the Money gaining is harder to do.
I wish someone would give me something like this:

Code:
public user_killed_monster(id)  /*Hopefully called whenever a Player kills a Monster*/
{
      new victim_monster_class /*Monsters Classname*/
      get_user_lastfrag(id,victim_monster_class)
      if(victim_monster_class == monster_gonome)
      {
            g_money[id] += 8 /*If the User killed a Gonome, give him $8*/
            client_print(id,print_chat,"[SCSP] You gained $8 by killing a Gonome!")
      }
      // Some more If Stuff
}
__________________
EAT YOUR VEGGIES
Silencer123 is offline