[Ajuda]Jetpack - 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]Jetpack (
/showthread.php?tid=249469)
[Ajuda]Jetpack -
Lip_Name - 19.04.2011
Olб a todos , sou novo aqui no "Forum samp PT" e tenho um problema , coloquei um FS de JetPack , eu dijito o comando e aparece o jetpack , mas aparece o anti xiter "JetPack" e aqui esta , no gamemode й assim esse anti xiter
Код:
// JetPack
if(GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK)
{
GetPlayerName(i, giveplayer, sizeof(giveplayer));
format(string, sizeof(string), "ANTICHEAT: %s[ID %d] estб usando um JetPack /tv nele rapido!", giveplayer,i);
ABroadCast(COLOR_LIGHTRED,string,1);
SetPlayerPos(i,-123.7512,-2869.0913,183.3834+600);
//ResetPlayerWeaponsEx(i);
SetPlayerArmedWeapon(i, 0);
}
Como eu tiro esse anti xiter ?ja tentei apagar mas nгo da.
Re: [Ajuda]Jetpack -
Josma_cmd - 19.04.2011
procura por mais linhas com essa ESPECIAL_ACTION_USEJETPACK.
Mas, o que dб errado quando vocк apaga?
Re: [Ajuda]Jetpack -
Lip_Name - 19.04.2011
Da isso
Код:
C:\DOCUME~1\usuario\Desktop\SAMPSE~2\GMs\bmg\BRASIL~1\GAMEMO~1\BMG.pwn(44256) : error 008: must be a constant expression; assumed zero
C:\DOCUME~1\usuario\Desktop\SAMPSE~2\GMs\bmg\BRASIL~1\GAMEMO~1\BMG.pwn(44258) : warning 217: loose indentation
C:\DOCUME~1\usuario\Desktop\SAMPSE~2\GMs\bmg\BRASIL~1\GAMEMO~1\BMG.pwn(44264) : warning 217: loose indentation
C:\DOCUME~1\usuario\Desktop\SAMPSE~2\GMs\bmg\BRASIL~1\GAMEMO~1\BMG.pwn(44266) : warning 213: tag mismatch
C:\DOCUME~1\usuario\Desktop\SAMPSE~2\GMs\bmg\BRASIL~1\GAMEMO~1\BMG.pwn(44388) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: [Ajuda]Jetpack -
Shadoww5 - 19.04.2011
Manda algumas linhas antes e apуs a funзгo do JETPACK
Re: [Ajuda]Jetpack -
JonathanFeitosa - 19.04.2011
Deicha a Linha Da Jetpack e o de baixo ai.
Re: [Ajuda]Jetpack -
Macintosh - 19.04.2011
pawn Код:
if(GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK)
{
if(PlayerInfo[i][pAdmin] >= 1342)
{
}
else
{
GetPlayerName(i, giveplayer, sizeof(giveplayer));
format(string, sizeof(string), "ANTICHEAT: %s[ID %d] estб usando um JetPack /tv nele rapido!", giveplayer,i);
ABroadCast(COLOR_LIGHTRED,string,1);
SetPlayerPos(i,-123.7512,-2869.0913,183.3834+600);
//ResetPlayerWeaponsEx(i);
SetPlayerArmedWeapon(i, 0);
}
}
Re: [Ajuda]Jetpack -
Lip_Name - 19.04.2011
Obg TOPICO RESOLVIDO .!