MVP plugin

MVP plugin 1.5

No permission to download

XTreme killer

Active member
RIS Admin
Content Writer
Ok understood. You can simplify this condition
C++:
if(kills[i] > kills[mostkills] || kills[i] == kills[mostkills] && dmg[i] > dmg[mostkills])
// To
if((kills[i] >= kills[mostkills]) && (dmg[i] > dmg[mostkills]))
And in this, first 2 lines are enough.
C++:
new mostkills = 0;
new mostknives = 0;
mostkills = 0;
mostknives = 0;
I have added more comments in the source. You can check, modify and update the plugin.;)

Note: Also I would recommend to learn the new syntax of sourcepawn. Currently you are mixing both new and old syntax. It's more easier to code and understand. I am attaching the code with some improvements and new syntax here. You can update the plugin.
Ok got it.
 

Vertigo

⍥????
Staff member
Administrator
Make sure value of sm_mvp_output is 2. By default it is 2.
Did the material files download ?
Check in materials/mvp folder.
If it is downloaded successfully then check console when MVP message comes.
Upload a screenshot of console here.
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock