C:\Users\Wendel\Desktop\Novo Projeto\pawno\Untitled.pwn(21) : warning 206: redundant test: constant expression is non-zero C:\Users\Wendel\Desktop\Novo Projeto\pawno\Untitled.pwn(21) : warning 215: expression has no effect
mysql_debug(1);
public OnGameModeInit()
{
mysql_debug(1);
mysql = mysql_connect("localhost","meuservidor","gtaserver","123");
// Don't use these lines if it's a filterscript
//SetGameModeText("Blank Script");
//AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}