
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

1
Support / IRC Disconnect
« on August 16th, 2015, 05:01 PM »
hi i have a problem
when i start my script ( Server ) irc AUTO Disconnect FROM Server What is this ?
A Bug ?
when i start my script ( Server ) irc AUTO Disconnect FROM Server What is this ?
A Bug ?
2
Map Showroom / [MAP] Re: Palypalms Island
« on August 12th, 2015, 03:53 PM »
XML and IPL BOTH Are Same ? to use ?
3
Support / Re: Clanstats Error Sometimes
« on June 17th, 2015, 09:55 AM »
poor S.L.C :'(
so its better if i remove the line bcz its not exist on script -_-
so its better if i remove the line bcz its not exist on script -_-
4
Support / Re: Clanstats Error Sometimes
« on June 17th, 2015, 06:19 AM »
sory but i got another error by applying your all steps ( KARTOZ )



5
General Discussion / Re: LU#
« on June 16th, 2015, 04:33 PM »
you have echo.nut ?
Karan quote
Firstly you have to create an echo channel , you can create one by joining the channel which you want to be your server echo and then use /cs register #yourechochannelhere , if you've successfully registered that channel you will be getting +q instantly
Now , you need to set all the levels by yourself only , invite admins of your server in your server echo or if you have staff echo of your server, use this cmd to give them level permanently at irc , /cs access #yourechochannelhere set name vop/hop/aop/sop
VOP stands for Voice op
HOP stands for Half-OP ( Moderator)
AOP stands for Operator ( Admin)
SOP stands for Senior Operator ( Manager )
so good luck and feel free to contact me if you have any problem
Karan quote
Firstly you have to create an echo channel , you can create one by joining the channel which you want to be your server echo and then use /cs register #yourechochannelhere , if you've successfully registered that channel you will be getting +q instantly
Now , you need to set all the levels by yourself only , invite admins of your server in your server echo or if you have staff echo of your server, use this cmd to give them level permanently at irc , /cs access #yourechochannelhere set name vop/hop/aop/sop
VOP stands for Voice op
HOP stands for Half-OP ( Moderator)
AOP stands for Operator ( Admin)
SOP stands for Senior Operator ( Manager )
so good luck and feel free to contact me if you have any problem
6
Support / Re: Clanstats Error Sometimes
« on June 16th, 2015, 03:34 PM »
OH Thanks Kartoz my script is now loaded susccessfull
now if i got any error again i will came here
now if i got any error again i will came here
7
Support / Re: Clanstats Error Sometimes
« on June 15th, 2015, 06:13 AM »
@S.L.C did you mean i m trying to start that function which does not exist on script X.x
8
Support / Re: Clanstats Error Sometimes
« on June 14th, 2015, 11:06 AM »
well i lost the bug message that i saved on pic
btw when i try the kartoz advice another bug Appared

FUnciton
btw when i try the kartoz advice another bug Appared

FUnciton

9
Bugs and Crashes / Re: The VC:MP Crash Tracker
« on June 14th, 2015, 09:59 AM »
nice work but what does it mean ?
explane plx ?Quote
explane plx ?
640d0b 2015-06-14 09:57:39 557D1AC6 0x640D0B_1434272259_1901730362
10
Support / Re: Clanstats Error Sometimes
« on June 11th, 2015, 05:07 PM »
well i replace
Tag = FindClan( string ),
to
Tag = FindClan( string ).toupper(),
server got bugged i mean server not loaded
Tag = FindClan( string ),
to
Tag = FindClan( string ).toupper(),
server got bugged i mean server not loaded
11
Support / Clanstats Error Sometimes
« on June 11th, 2015, 08:49 AM »
my Clan stats work perfect but
this error appared sometimes i dont know why
i already post this error on 0.3 forum but all were unable to find the Solution
http://vcmp.liberty-unleashed.co.uk/forum/index.php?topic=2935.msg20138#msg20138

FUnction
http://pastebin.com/PKwG0Du3
this error appared sometimes i dont know why
i already post this error on 0.3 forum but all were unable to find the Solution
http://vcmp.liberty-unleashed.co.uk/forum/index.php?topic=2935.msg20138#msg20138

FUnction
http://pastebin.com/PKwG0Du3
12
Support / Re: lms bugged
« on June 9th, 2015, 09:45 AM »
i understand but
this function was worked perfect on 0.3 server without any error then why we use LocCoord ?
this function was worked perfect on 0.3 server without any error then why we use LocCoord ?
15
Support / lms bugged
« on May 24th, 2015, 11:36 AM »<NY-Server> [@[email protected]]: [MA]MuKuNd^
<NY-Server> Error occurring in Warchief-SQ.nut:524, function CheckPlayerMove.
if ( !InPoly( Pos.x, Pos.y, LocCoord ) )
full checkplayermove function
function CheckPlayerMove()
{
foreach( plr in PlrLms )
{
if ( plr )
{
local Pos = plr.Pos;
if ( PlrLms.rawin( plr.Name ) && LMSData.LMS )
{
if ( !InPoly( Pos.x, Pos.y, LocCoord ) )
{
Announce( "\x10 \x10 \x10 \x10 \x10 ~h~ Limit in excess", plr );
local param = split( LmsSite[ LMSData.NLoc ], " " );
plr.Pos = Vector( param[1].tofloat(), param[2].tofloat(), param[3].tofloat() );
}
}
}
}
}