26.08.2008, 12:57
Will the rest of this conde work with this Djson.inc ?
Thats what I would have thought too *with regards to the adding of the new string[256];*but it came up with the error.. String is already defined cause it's got it
new file[256];
new string[256], pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof(string), "\\Users\\%s.ini, pname);
if(!strlen(params)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /login [password]");
hmm it's very confusing stuff ..or maybe i'm just too tired to think straight right now.
Thats what I would have thought too *with regards to the adding of the new string[256];*but it came up with the error.. String is already defined cause it's got it
new file[256];
new string[256], pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof(string), "\\Users\\%s.ini, pname);
if(!strlen(params)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /login [password]");
hmm it's very confusing stuff ..or maybe i'm just too tired to think straight right now.

