SA-MP Forums Archive
[AJUDA] Erro ao Copilar - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Erro ao Copilar (/showthread.php?tid=228132)



[AJUDA] Erro ao Copilar - Montillo - 18.02.2011

Код:
C:\Users\Montillo\Desktop\MYGM\gamemodes\BFGGD.pwn(707) : error 004: function "SaveAdmin" is not implemented
C:\Users\montillo\Desktop\MYGM\gamemodes\BFGGD.pwn(713) : error 004: function "SaveCars" is not implemented
C:\Users\montillo\Desktop\MYGM\gamemodes\BFGGD.pwn(714) : error 004: function "SaveVip" is not implemented
C:\Users\montillo\Desktop\MYGM\gamemodes\BFGGD.pwn(715) : error 004: function "LoadAdmin" is not implemented
C:\Users\montillo\Desktop\MYGM\gamemodes\BFGGD.pwn(716) : error 004: function "LoadCar" is not implemented
C:\Users\montillo\Desktop\MYGM\gamemodes\BFGGD.pwn(717) : error 004: function "LoadVip" is not implemented
C:\Users\montillo\Desktop\MYGM\gamemodes\BFGGD.pwn(2440) : error 004: function "DetectorProx" is not implemented
C:\Users\montillo\Desktop\MYGM\gamemodes\BFGGD.pwn(2503) : error 004: function "PlayerToPoint" is not implemented
linhas dos erros
Код:
SaveCars();
	SaveAdmin();	
        SaveVip();
	LoadAdmin();
	LoadCar();
	LoadVip();
-//-
Код:
format(string, sizeof(string), "* %s entrou no veнculo.", sendername);
		DetectorProx(5.0,playerid,string,ROXO);
	}
	return 1;
-//-
Код:
     if(PlayerToPoint(25.0,playerid,207.5627,-103.7291,1005.2578) || PlayerToPoint(25.0,playerid,203.9068,-41.0728,1001.8047))
		{//Binco & Suburban
		    return 1;
OBRIGADO


Re: [AJUDA] Erro ao Copilar - Montillo - 19.02.2011

UPshow


Re: [AJUDA] Erro ao Copilar - Montillo - 19.02.2011

ninguem vai me ajudar ?


Re: [AJUDA] Erro ao Copilar - ManoLexuS - 19.02.2011

Vocк criou os forward's e nгo criou as public's. Vocк deve criar as public's, fazendo-o corretamente, irб funcionar.

@EDIT: Sem triple post.