error 1 help plz.
#6

Код:
public OnGameModeInit()
{
marker = (1318, 1, 1654.0273,-1655.9581,22.5156);// model,type,z,x,y
//==========//
mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);
mysql_debug(1); // Debugging enabled

SetGameModeText("Simple MySQL System");

print("=========================================== ==========================");
AddVehiclesFromFile();
AddPickupFromFile();
AddLabelsFromFile();
AddMapIconFromFile();
print("=========================================== ==========================\n");
return 1;
}
Quote:
Originally Posted by IceBilizard
Посмотреть сообщение
On top
PHP код:
new marker
then
PHP код:
public OnGameModeInit()
{
marker CreatePickup(131811654.0273,-1655.9581,22.5156, -1);// model,type,z,x,y
return 1;

no need to redefine new marker;, he already defined that -_-
Reply


Messages In This Thread
error 1 help plz. - by b0b - 14.07.2016, 16:41
Re: error 1 help plz. - by b0b - 14.07.2016, 16:50
Re: error 1 help plz. - by IceBilizard - 14.07.2016, 16:53
Re: error 1 help plz. - by b0b - 14.07.2016, 16:54
Re: error 1 help plz. - by b0b - 14.07.2016, 16:57
Re: error 1 help plz. - by Zorono - 14.07.2016, 16:57
Re: error 1 help plz. - by TayFunCZE - 14.07.2016, 17:09

Forum Jump:


Users browsing this thread: 4 Guest(s)