[AJUDA] Erros tensos *-* - 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] Erros tensos *-* (
/showthread.php?tid=175140)
[AJUDA] Erros tensos *-* -
Macintosh - 08.09.2010
Код:
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Samp\pawno\include\P-STREAMER\PSO\1.0#PSO_LIB\#PSO_ESTRUTURA\PSO_F.FFR(17) : warning 201: redefinition of constant/macro (symbol "SetPlayerPos")
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(1030) : error 004: function "SaveAdmin" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(1036) : error 004: function "SaveCars" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(1037) : error 004: function "SaveVip" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(1038) : error 004: function "LoadAdmin" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(1039) : error 004: function "LoadCar" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(1040) : error 004: function "LoadVip" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2315) : error 017: undefined symbol "GivePlayerMoneyEx"
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2344) : error 017: undefined symbol "GivePlayerMoneyEx"
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2641) : error 004: function "DetectorProx" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2703) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2707) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2719) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2723) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2727) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2731) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2735) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2739) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2743) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2747) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2759) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2763) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2767) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2771) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2775) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2787) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Lucas Nicolas\Desktop\BGC.pwn(2791) : error 004: function "PlayerToPoint" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Help Me?
Re: [AJUDA] Erros tensos *-* -
ipsBruno - 08.09.2010
Aqui um bocado dos Erros,vou para aula,FUIS
Final GM
pawn Код:
forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);
public PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
{
if(IsPlayerConnected(playerid))
{
new Float:oldposx, Float:oldposy, Float:oldposz;
new Float:tempposx, Float:tempposy, Float:tempposz;
GetPlayerPos(playerid, oldposx, oldposy, oldposz);
tempposx = (oldposx -x);
tempposy = (oldposy -y);
tempposz = (oldposz -z);
if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
{
return 1;
}
}
return 0;
}
Re: [AJUDA] Erros tensos *-* -
PsyShotter - 08.09.2010
Nгo estб faltando nenhuma
include?
Re: [AJUDA] Erros tensos *-* -
Shelby - 08.09.2010
Provavelmente uma chave({,}) que vocк abriu e esqueceu de fechar.
Re: [AJUDA] Erros tensos *-* -
Macintosh - 08.09.2010
Nгo deu certo Drakon =/
Re: [AJUDA] Erros tensos *-* -
Ricop522 - 08.09.2010
O seu gamemode foi feito do 0 ou vocк esta editando um gf?
Re: [AJUDA] Erros tensos *-* -
Macintosh - 08.09.2010
Raven'ns = LARP = GF <=
Re: [AJUDA] Erros tensos *-* -
Ricop522 - 08.09.2010
Ah, sim, veja oque vocк adicionou as ultimas coisas no GM.