12.06.2016, 21:36
It is the same. I'll show in detail what I mean:
Name -> '%e' -> playername
Password -> '%e' -> Player[playerid][Password]
IP -> '%e' -> playerip
Admin -> 0
VIP -> 0
Money -> 0
Until this part, everything is correct but take a closer look to the rest:
?? -> %f -> ??
?? -> %f -> ??
?? -> %f -> ??
?? -> %f -> ??
You have 4 specifiers that do not have columns nor arguments.
Name -> '%e' -> playername
Password -> '%e' -> Player[playerid][Password]
IP -> '%e' -> playerip
Admin -> 0
VIP -> 0
Money -> 0
Until this part, everything is correct but take a closer look to the rest:
?? -> %f -> ??
?? -> %f -> ??
?? -> %f -> ??
?? -> %f -> ??
You have 4 specifiers that do not have columns nor arguments.