mini proplem
#1

removed
Reply
#2

What kind of thread title is this? Lol

Try this:
PHP код:
strcat(BigString20sizeof(string)); 
If didn't work, Show me the lines of errors.
Reply
#3

Код:
(53765) : error 006: must be assigned to an array
(53765) : error 006: must be assigned to an array
Here:-
Registered = dUserINT(username).("registered");
if(Registered == 1) {Registeredr = "Yes";} else {Registeredr = "No";}
(53767) : error 006: must be assigned to an array
(53767) : error 006: must be assigned to an array
Here:-
Banned = dUserINT(username).("banned");
if(Banned == 1) {Bannedr = "Yes";} else {Bannedr = "No";}
(53768) : error 035: argument type mismatch (argument 1)
(53768) : error 006: must be assigned to an array
(53768) : error 006: must be assigned to an array
(53768) : fatal error 107: too many error messages on one line
Here:-
if(IsPlayerConnected(username)) {Connectedr = "Online";} else {Connectedr = "Offline";}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)