This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Plugin Sj-Pro Need Help code .sma!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nico_barrera
Junior Member
Join Date: Nov 2009
Location: PC
Old 03-02-2015 , 11:51   Plugin Sj-Pro Need Help code .sma!
Reply With Quote #1

Hi people! thx for reading...

I have a Sj-pro server, and i need desperately this things...

This plugin has a bug, you can crash the server easily by "jointeam" command...i fixed by writing a plugin that blocks jointeam command.

But there a things that i need on the plugin:

1: Pause command: for example...in console sj_pausegame prints "Game Paused"... the ball disappears and the exp earn in keeper's area stops, sv_restart and the match continues normally... EDIT: I do it, but i can't stop the exp earn in keepers' area...

2: every 7 sec. you can do a longjump on the mod... i need a indicator (below turbo indicator for example) when it is avaliable to use again, and/or a time left indicator to know when you can use it again!

Every little help will be very useful!

Any idea or sugestion?

Pd: my knowledge it's almost null, i know how to compile, edit little stuffs, but about pawn coding,.. Nothing. So... if you want to help me, i'll be very gratefull..

Thanks for reading !

EDIT :

This peace of code it's the keeper's area exp... would be greate a command that makes stop wherever i want...

like sj_exp_area 0/1
Quote:
goaly_checker(id, Float:gametime, team) {
if(!is_user_alive(id) || (gametime - GoalyCheckDelay[id] < ConfigPro[8]) )
return PLUGIN_HANDLED

new dist, gcheck
new Float:pOrig[3]
entity_get_vector(id, EV_VEC_origin, pOrig)
dist = floatround(get_distance_f(pOrig, TeamBallOrigins[team]))


if(dist < 600 ) {

gcheck = GoalyCheck[id]

if(id == ballholder && gcheck >= 2)
kickBall(id, 1)

GoalyPoints[id]++

if(gcheck < 2)
g_Experience[id] += gcheck * ConfigPro[15]
else
g_Experience[id] += gcheck * (ConfigPro[15] / 2)

if(gcheck < 5)
GoalyCheck[id]++

GoalyCheckDelay[id] = gametime
}
else
GoalyCheck[id] = 0
return PLUGIN_HANDLED
}

Last edited by nico_barrera; 03-09-2015 at 11:06.
nico_barrera is offline
Send a message via MSN to nico_barrera
nico_barrera
Junior Member
Join Date: Nov 2009
Location: PC
Old 03-05-2015 , 09:35   Re: Plugin Sj-Pro Need Help code .sma!
Reply With Quote #2

really folks.. any idea helps!
nico_barrera is offline
Send a message via MSN to nico_barrera
nico_barrera
Junior Member
Join Date: Nov 2009
Location: PC
Old 03-06-2015 , 05:08   Re: Plugin Sj-Pro Need Help code .sma!
Reply With Quote #3

well... nobody?
nico_barrera is offline
Send a message via MSN to nico_barrera
Obada
Senior Member
Join Date: Dec 2014
Location: Abu Dhabi
Old 03-06-2015 , 05:16   Re: Plugin Sj-Pro Need Help code .sma!
Reply With Quote #4

Wow dude, stop bumping your thread.

You need to wait atleast 14 days before bumping.
Obada is offline
nico_barrera
Junior Member
Join Date: Nov 2009
Location: PC
Old 03-06-2015 , 06:15   Re: Plugin Sj-Pro Need Help code .sma!
Reply With Quote #5

Sorry!... but i'm desperate!

no more bumping... i hope someone can help me!
nico_barrera is offline
Send a message via MSN to nico_barrera
nico_barrera
Junior Member
Join Date: Nov 2009
Location: PC
Old 03-12-2015 , 20:44   Re: Plugin Sj-Pro Need Help code .sma!
Reply With Quote #6

nobody?
nico_barrera is offline
Send a message via MSN to nico_barrera
Obada
Senior Member
Join Date: Dec 2014
Location: Abu Dhabi
Old 03-13-2015 , 00:13   Re: Plugin Sj-Pro Need Help code .sma!
Reply With Quote #7

Yes, nobody is willing to help someone who's breaking the forum's rules.
Obada is offline
nico_barrera
Junior Member
Join Date: Nov 2009
Location: PC
Old 03-13-2015 , 16:36   Re: Plugin Sj-Pro Need Help code .sma!
Reply With Quote #8

oh so that's why? come on men..

i only need, at least, an idea of where i should start looking...

a command, a word... but nothing...

the only guy who help's me was Bugsy, and that's because a sent a PM....
nico_barrera is offline
Send a message via MSN to nico_barrera
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:25.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode