You last visited: Today at 11:18
Advertisement
I need help with GM
Discussion on I need help with GM within the CO2 Private Server forum part of the Conquer Online 2 category.
10/24/2011, 15:14
#1
elite*gold: 0
Join Date: Jul 2007
Posts: 22
Received Thanks: 0
I need help with GM
Hi there, I am new on C# and I need your help. I don't know why, but my GM doesn't work.... When I created one account (ex. /newacc test test [GM]), in game doesn't appear...
So, who think can help me please reply here.
I am using Arco's source.
10/24/2011, 15:41
#2
elite*gold: 0
Join Date: Nov 2009
Posts: 785
Received Thanks: 422
Cause you have to put [GM] or w/e you want manually from Navicat, where entities are created.
10/24/2011, 15:43
#3
elite*gold: 0
Join Date: Jul 2007
Posts: 22
Received Thanks: 0
I am not using Navicat... I got the source the GM work but now don't work and I don't know why because I don't work on GM part..
10/24/2011, 22:35
#4
elite*gold: 0
Join Date: Jul 2007
Posts: 200
Received Thanks: 31
Create your account, Name it WTF you like, then Create the character then, in the server CMD type /accounts or /account, searcher for your account id, the in Status type [GM] or [PM] and then click save, relog your account and wallah!
10/25/2011, 13:23
#5
elite*gold: 0
Join Date: Jul 2007
Posts: 22
Received Thanks: 0
lol, I'm not noob, I know how to create one GM account
If I create with /newacc test test [GM] and open /accounts at Status is [GM] but in game don't work and don't show at name
10/25/2011, 13:29
#6
elite*gold: 0
Join Date: Nov 2009
Posts: 785
Received Thanks: 422
Quote:
Originally Posted by
studys
lol, I'm not noob, I know how to create one GM account
If I create with /newacc test test [GM] and open /accounts at Status is [GM] but in game don't work and don't show at name
Are you dumbass?
I already told you, put manually [GM] or w/e you want in your name.
10/25/2011, 14:54
#7
elite*gold: 0
Join Date: Jul 2007
Posts: 22
Received Thanks: 0
Quote:
Originally Posted by
F i n c h i
Are you dumbass?
I already told you, put manually [GM] or w/e you want in your name.
But I already told you, I don't use Navicat... However I put in my name [GM] but still don't work
10/25/2011, 15:31
#8
elite*gold: 0
Join Date: Feb 2007
Posts: 342
Received Thanks: 38
if you put anything like
Code:
if (Info.Status != "") Info.Status = "";
then replace it to
Code:
if (Info.Status != "" && Info.Status != "[GM]" && Info.Status != "[PM]")
anyway make sure your status is not set to "" if you're a gm or PM
10/25/2011, 15:56
#9
elite*gold: 0
Join Date: Jul 2007
Posts: 22
Received Thanks: 0
Quote:
Originally Posted by
ryuchetval
if you put anything like
Code:
if (Info.Status != "") Info.Status = "";
then replace it to
Code:
if (Info.Status != "" && Info.Status != "[GM]" && Info.Status != "[PM]")
anyway make sure your status is not set to "" if you're a gm or PM
I don't understand you... I need help with GM not with normal players...
10/26/2011, 21:36
#10
elite*gold: 0
Join Date: Aug 2007
Posts: 1,525
Received Thanks: 230
u r completely an idiot ...you cant edit ur name except with navicat and u say that u dont have navicat installed on ur pc or w.e u use So ....
10/26/2011, 22:39
#11
elite*gold: 0
Join Date: Nov 2009
Posts: 785
Received Thanks: 422
Quote:
Originally Posted by
shadowman123
u r completely an idiot ...you cant edit ur name except with navicat and u say that u dont have navicat installed on ur pc or w.e u use So ....
Nah, he doesn't use Navicat, he has a flat file database (uses INIs), so it should be in his database Accounts -> accountname.ini :]
10/27/2011, 00:40
#12
elite*gold: 0
Join Date: Aug 2007
Posts: 1,525
Received Thanks: 230
True
10/27/2011, 13:23
#13
elite*gold: 0
Join Date: Jul 2007
Posts: 22
Received Thanks: 0
#Problem was solved
#Request Close
All times are GMT +2. The time now is 11:18 .