Raised This Month: $51 Target: $400
 12% 

Subplugin Submission [ZP 5.0][2.1.2] Addon: Military Rank System


Post New Thread Reply   
 
Thread Tools Display Modes
Balgaa
Senior Member
Join Date: Mar 2010
Old 02-16-2012 , 10:48   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #121

sorry for mongolian language...
Balgaa is offline
naSTR
Veteran Member
Join Date: Dec 2011
Location: Asia, Mongolia
Old 02-16-2012 , 14:22   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #122

Quote:
Originally Posted by dont_block_me View Post
excalibur discontinued. Its very busy right now (he advised)

And Please write in english, I can't understand anything!!

Look at the line 257 and discover why gets error...
ok. yeah he's sure is busy, imean look @hes signature
PHP Code:
Too much exams... can't go online. 
naSTR is offline
naSTR
Veteran Member
Join Date: Dec 2011
Location: Asia, Mongolia
Old 02-20-2012 , 08:01   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #123

need to support 4.3
naSTR is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 03-03-2012 , 20:52   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #124

Sorry for revive i guess your back and will update soon (:
You can add this if you want its from my ranking system....just watch out for sprites (:
PHP Code:
{
    
"Private"//1
    
"Private I Star"//2
    
"Private II Star"//3
    
"Private First Class"//4
    
"Specialist"//5
    
"Specialist I"//6
    
"Specialist II"//7
    
"Corporal"//8
    
"Corporal I"//9
    
"Corporal II"//10
    
"Sergeant"//11
    
"Sergeant I"//12
    
"Sergeant II"//13
    
"Staff Sergeant"//14
    
"Staff Sergeant I"//15
    
"Staff Sergeant II"//16
    
"Sergeant First Class"//17
    
"Master Sergeant"//18
    
"Master Sergeant I"//19
    
"Master Sergeant II"//20
    
"First Sergeant"//21
    
"First Sergeant I"//22
    
"First Sergeant II"//23
    
"Sergeant Major"//24
    
"Sergeant Major I"//25
    
"Sergeant Major II"//26
    
"Command Sergeant Major"//27
    
"Command Sergeant Major I"//28
    
"Command Sergeant Major II"//29
    
"2nd Lieutenant"//30
    
"2nd Lieutenant I"//31
    
"2nd Lieutenant II"//32
    
"1st Lieutenant"//33
    
"1st Lieutenant I"//34
    
"1st Lieutenant II"//35
    
"Captain"//36
    
"Captain I"//37
    
"Captain II"//38
    
"Major"//39
    
"Major I"//40
    
"Major II"//41
    
"Lieutenant Colonel"//42
    
"Lieutenant Colonel I"//43
    
"Lieutenant Colonel II"//44
    
"Lieutenant Colonel III"//45
    
"Colonel"//46
    
"Colonel I"//47
    
"Colonel II"//48
    
"Colonel III"//49
    
"Brigadier General"//50
    
"Brigadier General I"//51
    
"Brigadier General II"//52
    
"Brigadier General III"//53
    
"Major General"//54
    
"Major General I"//55
    
"Major General II"//56
    
"Major General III "//57
    
"Lieutenant General"//58
    
"Lieutenant General I"//59
    
"Lieutenant General II"//60
    
"Lieutenant General III"//61
    
"General"//62
    
"General II"//63
    
"General III"//64
    
"Commander"//65
    
"War Legend"//66

__________________

Last edited by H.RED.ZONE; 03-03-2012 at 20:54.
H.RED.ZONE is offline
Balgaa
Senior Member
Join Date: Mar 2010
Old 03-03-2012 , 21:09   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #125

after add this ranking system you dont get any error like me?
Balgaa is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 03-03-2012 , 21:17   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #126

Quote:
Originally Posted by H.RED.ZONE View Post
its from my ranking system
PS: You get errors because it cant find sprite 19 and soo on...
__________________

Last edited by H.RED.ZONE; 03-03-2012 at 21:18.
H.RED.ZONE is offline
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 03-03-2012 , 21:46   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #127

It's likely to get errors. Since sprites are precache by their names like 1.spr, 2.spr. If they can't find the sprite it will just shutdown with an error saying that sprite 19.spr is not found.

In addition to it, I wouldn't do anything about the ranks though. It's up to the users to change them. I'm only now focusing on fixing bugs and redoing Bodyguard Mode.

Last edited by Excalibur.007; 03-03-2012 at 21:47.
Excalibur.007 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 03-03-2012 , 21:49   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #128

Yep your right my suggestion would be to remove sprites (users would be able to change ranks as they want)
__________________
H.RED.ZONE is offline
Balgaa
Senior Member
Join Date: Mar 2010
Old 03-03-2012 , 23:26   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #129

but i get below error message on each map start:

L 03/03/2012 - 16:157: Start of error session.
L 03/03/2012 - 16:157: Info (map "zm_dust2") (file "addons/amxmodx/logs/error_20120303.log")
L 03/03/2012 - 16:157: [MySQL] Invalid handle: 0
L 03/03/2012 - 16:157: [AMXX] Displaying debug trace (plugin "zp50_rank_sqlx.amxx")
L 03/03/2012 - 16:157: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/03/2012 - 16:157: [AMXX] [0] zp50_rank_sqlx.sma::plugin_end (line 257)
Balgaa is offline
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 03-04-2012 , 01:22   Re: [ZP 5.0][2.1.2] Addon: Military Rank System
Reply With Quote #130

Quote:
Originally Posted by Balgaa View Post
but i get below error message on each map start:

L 03/03/2012 - 16:157: Start of error session.
L 03/03/2012 - 16:157: Info (map "zm_dust2") (file "addons/amxmodx/logs/error_20120303.log")
L 03/03/2012 - 16:157: [MySQL] Invalid handle: 0
L 03/03/2012 - 16:157: [AMXX] Displaying debug trace (plugin "zp50_rank_sqlx.amxx")
L 03/03/2012 - 16:157: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/03/2012 - 16:157: [AMXX] [0] zp50_rank_sqlx.sma::plugin_end (line 257)
Supposed to be each map ends. Not sure what happened. Saving vars into SQL/vault is always a headache to me.
Excalibur.007 is offline
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 06:37.


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