• 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Sharpshooter Mod (Beta)
#1
Rainbow 
[Image: x5078Untitled-1r67.jpg]

What's that?
That's gametype was in Black Ops. I made that for Modern Warfare 3.

Gametype information
Every 30 seconds, every player will have random weapon, for every kill you will get random perk.

Main information
On spawn, you must type !s to unlock spawn protection, and get weapon. Sorry, i can't make without it, plugins are not powerful as mods (for now) Big Grin . Recommended to play in DM!

Future features
- Weapons with attachments
- And something more

POSSIBLE BUGS
onKill - you can lag, or do not get perk. - NOT TESTED. I Can't create server because internet sux Dumb Bitch
All things are works fine.

Credits
@jaydi - Made it
@JariZ - Helping
@Treyarch - Idea

Download
NEW:

.rar   sharpshooter.rar (Size: 5.65 KB / Downloads: 124)


Video is comming
Next plugins:
- Shop system
- Random weapon mod
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#2
I hope the !s bug is fixed, also I really don't like the !s part at all.
Will probably release a modded version of the one I made for RtD because that one does work fine, and doesn't lag so much
  Reply
#3
@JayDi if you wanna print messages to all players you can use null as the ServerClient parameter you don't need to use foreach.
[Image: azuw.jpg]
  Reply
#4
CSHARP Code
  1. private void printAll(string msg)
  2. {
  3. foreach (ServerClient client in base.GetClients())
  4. {
  5. base.iPrintLn(msg, client);
  6. }
  7. }
  8.  
  9. private void printAllBold(string msg)
  10. {
  11. foreach (ServerClient client in base.GetClients())
  12. {
  13. base.iPrintLnBold(msg, client);
  14. }
  15. }


change to:

CSHARP Code
  1. private void printAll(string msg)
  2. {
  3. base.iPrintLn(msg, null);
  4. }
  5.  
  6. private void printAllBold(string msg)
  7. {
  8. base.iPrintLnBold(msg, null);
  9. }


will solve some of your lag issues indeed Smile
Had a life, Got a modem..
  Reply
#5
A lag often means that an exception occured. I recommend you to use try catch blocks. Also if you use many if statements to check one single variable (like you do with the random perks) it's better to use switch case.
[Image: azuw.jpg]
  Reply
#6
(03-28-2012, 07:36)JariZ Wrote: I hope the !s bug is fixed, also I really don't like the !s part at all.
Will probably release a modded version of the one I made for RtD because that one does work fine, and doesn't lag so much

thats fixed
okay, thanks.
I didn't tested that mod with more players. I will remake thoose functions.
ok, reuploaded. fixed
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#7
:YUNO: add source? saves me from decompiling Smile
Had a life, Got a modem..
  Reply
#8
because there are bugs he'll fix tomorrow
[Image: lQDUjba.jpg]
  Reply
#9
@pieter stop decompiling -.-
I think that people have the right to keep the source to themselves and when they decide not to release it, i'm okay with that.
Where i'm not okay with is when people post sourcecodes theirselves while the author doesn't approve.

  Reply
#10
i wont stop decompiling, that just curiousity Smile

however i would never and will never post the full source without authors agreement Wink


this was just a snippet, to elaborate the lag issue Smile
Had a life, Got a modem..
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] FXAA Injector Battlefield 3+Best Settings [Update danoc1 v1.3 Beta] iPaddie 31 62,829 08-30-2013, 00:51
Last Post: Squideh
  [Release] Semi hardcore 1.1 beta (Killcam on and ff off) atenziono 61 34,919 08-09-2013, 18:13
Last Post: OzonE
  [Release] Tactical Training Mod Beta 2 Hixos 30 26,290 05-31-2013, 17:20
Last Post: kool123
  [Tutorial] How to get a CS:GO beta key Romuald27 17 9,842 04-05-2013, 18:12
Last Post: SuperNovaAO
  [Release] HideAndSeek Mod v1.0 BETA Tomsen1410 18 17,365 03-21-2013, 08:13
Last Post: Ryanrc
  [Release] Zombie Epidemic Mod Beta Lemon 92 62,256 03-07-2013, 12:30
Last Post: Lemon
  [Release] Black Tomato M 0.4.2 BETA // Ingame Admin Menu d0h! 5 11,929 01-01-2013, 22:23
Last Post: joey
Rainbow [Release] xZombie Mod (Beta) Nekochan 206 86,249 01-01-2013, 08:33
Last Post: SMIRNOFF2096
  [News] Guild Wars 2 Beta Lemon 10 6,691 12-11-2012, 16:48
Last Post: narkos
  [Release] OMA Zombie Mod Beta Yamato 123 73,771 12-04-2012, 02:08
Last Post: islamsaab

Forum Jump:


Users browsing this thread: 1 Guest(s)