Help Please
#1

removed
Reply
#2

You need to show me lines if those error and then i will help you
Reply
#3

removed
Reply
#4

Show me your:
Код:
PlayerName2
Registered
GetPlayerCountryName
Functions.
Reply
#5

removed
Reply
#6

Just change the player1 to playerid in your cmd, this may work
Reply
#7

but i want the usage for it [/stats [playerid]]
i want use it to see stats of any player using his/her id
Reply
#8

player1 = playerid
in this one ^ you just changed the name of playerid so it wont affect, change it with this:
PHP код:
new id
And change all of your player1 to id
also remove the player1 = playerid
Reply
#9

okay thanks i iwll try with you code
Reply
#10

Quote:
Originally Posted by Zorono
Посмотреть сообщение
in this line
strcat(BigString20, "|-|%s|-|\n\n",PlayerName2(player1));
this error
(57504) : error 035: argument type mismatch (argument 3)
in this line
strcat(BigString20, "Registered:%s\n\n",Registered1);
this error
(57506) : error 035: argument type mismatch (argument 3)
in this line
strcat(BigString20, "Country:%s\n\n",GetPlayerCountryName(player1) );
this error
(57511) : error 035: argument type mismatch (argument 3)
strcat is used to "join" two strings together. You need to use format before.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)