SA-MP Forums Archive
mini proplem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mini proplem (/showthread.php?tid=608418)



mini proplem - Zorono - 31.05.2016

removed


Re: mini proplem - oMa37 - 01.06.2016

What kind of thread title is this? Lol

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


Re: mini proplem - Zorono - 01.06.2016

Код:
(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";}