05.01.2015, 19:19
eu coloco isso '-'.
exemplo.
e da o warning
exemplo.
pawn Код:
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;
}