Peršokti į turinį

Del automobiliu


Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4886 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

susirask ka nors panasaus i

	if(!strcmp(cmdtext, "/masina", true,7))
{

ir kaskur po

			SendClientMessage(playerid, COLOR_GREEN,"_______________________________________");
SendClientMessage(playerid, COLOR_WHITE,"*** Transporto komandos");
SendClientMessage(playerid, COLOR_GRAD3,"***** /spos /remont /uzrakinti /atrakinti");
SendClientMessage(playerid, COLOR_GRAD3,"***** /pirkti /cparduoti/kurmasina");
SendClientMessage(playerid, COLOR_GRAD3,"***** /siulyti /atsaukti /sutinku/ismesti/isspirti");
	}
	return 1;

irasyk sita koda

	if(!strcmp(cmdtext, "/spos", true,5))
{
	if (IsPlayerInVehicle(playerid,Carlist[playerid][Carid]))
	{
	    GetVehiclePos(Carlist[playerid][Carid],Carlist[playerid][X],Carlist[playerid][Y],Carlist[playerid][Z]);
	    GetVehicleZAngle(Carlist[playerid][Carid],Carlist[playerid][Rotation]);
	    CarSaveData(playerid);
	    SendClientMessage(playerid, COLOR_GREEN, "Issaugota!");
	}
	else { SendClientMessage(playerid, COLOR_GREY, "Ar gi cia tavo automobilis?!"); }
	return 1;
	}

Nuoroda į komentarą
Dalintis per kitą puslapį

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(57) : fatal error 100: cannot read from file: "a_npc"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

dabar sy errror meto o ka reikejo sudejau na ko prase ten is tu inc failu tai sudejau i include o db su situo ?

Nuoroda į komentarą
Dalintis per kitą puslapį

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(57) : fatal error 100: cannot read from file: "a_npc"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

dabar sy errror meto o ka reikejo sudejau na ko prase ten is tu inc failu tai sudejau i include o db su situo ?

Tai pas tave inc nėra. Tau reikia tokių include kurie yra parašyti pradžioj gm :)

Nuoroda į komentarą
Dalintis per kitą puslapį

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(57) : fatal error 100: cannot read from file: "a_npc"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

dabar sy errror meto o ka reikejo sudejau na ko prase ten is tu inc failu tai sudejau i include o db su situo ?

Iš SA-MP.com parsisisųsk serverį iš iš pawno/include katalogo išsikelk visus tuos *.inc failus į savo serverio kataloga

Nuoroda į komentarą
Dalintis per kitą puslapį

pabandziau ikeliau ir va kas gavos...

data/menu.txt(250) : error 017: undefined symbol "GetPlayerMoneyA"

data/menu.txt(270) : error 017: undefined symbol "GivePlayerMoneyA"

data/menu.txt(317) : error 017: undefined symbol "GetPlayerMoneyA"

data/menu.txt(325) : error 017: undefined symbol "GivePlayerMoneyA"

data/pickupfix.txt(47) : error 004: function "OnPlayerPickUpPickup" is not implemented

data/pickupfix.txt(48) : error 004: function "OnPlayerPickUpPickup" is not implemented

data/pickupfix.txt(49) : error 004: function "OnPlayerPickUpPickup" is not implemented

data/lobis.txt(153) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(135) : error 004: function "LoadPelnai" is not implemented

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1510) : error 017: undefined symbol "InvalidNickKick"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1511) : error 004: function "Clear" is not implemented

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1586) : error 004: function "SavePlayerData" is not implemented

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1652) : error 004: function "LoadPlayerData" is not implemented

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1677) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1842) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1848) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1850) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1893) : error 017: undefined symbol "SyncVehicle"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2006) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2014) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2015) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2035) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2041) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2042) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2062) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2068) : error 017: undefined symbol "GivePlayerMoneyA"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Errors.

O pries tai buvo tik 1eroor del to npc

Nuoroda į komentarą
Dalintis per kitą puslapį

pabandziau ikeliau ir va kas gavos...

data/menu.txt(250) : error 017: undefined symbol "GetPlayerMoneyA"

data/menu.txt(270) : error 017: undefined symbol "GivePlayerMoneyA"

data/menu.txt(317) : error 017: undefined symbol "GetPlayerMoneyA"

data/menu.txt(325) : error 017: undefined symbol "GivePlayerMoneyA"

data/pickupfix.txt(47) : error 004: function "OnPlayerPickUpPickup" is not implemented

data/pickupfix.txt(48) : error 004: function "OnPlayerPickUpPickup" is not implemented

data/pickupfix.txt(49) : error 004: function "OnPlayerPickUpPickup" is not implemented

data/lobis.txt(153) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(135) : error 004: function "LoadPelnai" is not implemented

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1510) : error 017: undefined symbol "InvalidNickKick"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1511) : error 004: function "Clear" is not implemented

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1586) : error 004: function "SavePlayerData" is not implemented

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1652) : error 004: function "LoadPlayerData" is not implemented

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1677) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1842) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1848) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1850) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(1893) : error 017: undefined symbol "SyncVehicle"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2006) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2014) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2015) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2035) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2041) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2042) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2062) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Documents and Settings\Donce\Desktop\NERIAUS\Virtualus.xe.lt\gamemodes\RealLifeGERAS.pwn(2068) : error 017: undefined symbol "GivePlayerMoneyA"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Errors.

O pries tai buvo tik 1eroor del to npc

Kažkur turbūt gale to ,,Scripto" nedadėjai } arba { ..Jeigu klystu tai atleisk, jaunas ant scriptinimo ;).

Nuoroda į komentarą
Dalintis per kitą puslapį

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4886 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Svečias
Ši tema yra užrakinta.
  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...