08.06.2016, 12:45
you can not just go to the line and see what does not fit
for what empty callbacks
PHP код:
if(mysql_num_rows() == 1) //line 69
} // <--- what the fuck man (line 70)
SendClientMessage(playerid, -1, "That username is registered!");
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_INPUT, "Login", "Please login with the password you made", "Login", "Cancel");
{ // <--- what the fuck man (line 73)
PHP код:
public OnVehicleSpawn(vehicleid)
{
return 1;
}