10.03.2010, 12:01
Hello,
Im following this tutorial on how to use Mysql,
And im trying to make a register command,
And im getting this:
Any ideas why?
Im following this tutorial on how to use Mysql,
And im trying to make a register command,
And im getting this:
Код:
C:\Users\Torran\Desktop\tRoleplay\filterscripts\mysqltest.pwn(305) : error 035: argument type mismatch (argument 2) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
pawn Код:
mysql_query("INSERT INTO `users` (`username`, `password`) VALUES ('%s', MD5('%s'))",PlayerName, password);