[Include] - KnifeInclude - 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)
+----- Forum: Lançamentos/Releases (
https://sampforum.blast.hk/forumdisplay.php?fid=56)
+----- Thread: [Include] - KnifeInclude (
/showthread.php?tid=252550)
- KnifeInclude -
[NWD]Jim._.Carrey - 01.05.2011
[iPs]TeaM
Include KnifeInclude
Tava sem Ideia para nome '-'
Introduзгo
Estб Include foi feita para facilitar a vida dos preguiзosos que nгo lembram das funзхes e tambйm para implementar novas coisas. '-'
Como por exemplo.
Verificar se o jogador estб Congelado , Verificar quantos Kills e Deathґs ele teve durante a jogabilidade.
Entre outros.
Exemplo de Codigo para utilizaзгo da Include
Код:
if ( strcmp( cmdtext, "/morrer", true) == 0)
{
Matar ( playerid ) ;
return 1;
}
if ( strcmp( cmdtext, "/congelar", true) == 0)
{
Congelar ( playerid , false ) ;
return 1;
}
if ( strcmp( cmdtext, "/descongelar", true) == 0)
{
Congelar ( playerid , true ) ;
return 1;
}
if ( strcmp( cmdtext, "/status", true) == 0)
{
new atext[20] ;
if (VerCongelado ( playerid ) == 1) { atext = "Sim" ; }
else if (VerCongelado ( playerid ) == 0) { atext = "Nao" ; }
new cooordstring[256],lstring[256] ;
format( lstring, sizeof( lstring) , "{FFFFFF}Nome: {E31919}%s\n{FFFFFF}Matou {E31919}%d\n{FFFFFF}Morreu {E31919}%d\n{FFFFFF}Congelado {E31919}%s",GetPlayerNameEx(playerid), GetPlayerKills(playerid),GetPlayerdDeaths(playerid),atext);
strcat( cooordstring,lstring) ;
ShowPlayerDialog( playerid, 5222, DIALOG_STYLE_MSGBOX, "Status", cooordstring, "Ok", "Fechar") ;
return 1;
}
Imagens
[spoiler]http://ips-team.webcindario.com/fotos/be5487be33.png[/spoiler]
Funзхes Nativas da Include
native Congelar ( playerid , bool: stats ) ;
native VerCongelado ( playerid ) ;
native SetarPosEx ( playerid , Float:KnifeX , Float:KnifeY , Float:KnifeZ , Float:Angulo ) ;
native PegarVida ( playerid , vida ) ;
native PegarColete ( playerid , colete ) ;
native PegarScore ( playerid , score ) ;
native DarVida ( playerid , vida ) ;
native DarColete ( playerid , colete ) ;
native DarScore ( playerid , score ) ;
native ResetarDinDin ( playerid , dinheiro ) ;
native Matar ( playerid ) ;
native Tapa ( playerid ) ;
native Explodir ( playerid ) ;
native LimparChat ( linhas ) ;
native BanIp ( playerid ) ;
native GetPlayerKills ( playerid ) ;
native GetPlayerNameEx( playerid ) ;
Re: - KnifeInclude -
Dr_Pawno - 01.05.2011
Muito simples, deve existir um monte desses por aн.
1/
10
Re: - KnifeInclude -
[FeK]Netizen - 01.05.2011
Dr_Pawno, faz melhor entгo --'. bom para os preguiзosos.
Re: - KnifeInclude -
Randy_Orton - 01.05.2011
legal
Re: - KnifeInclude -
The Knight - 01.05.2011
Sistema simples, porйm aposto que irб ser muito utilizado.
Algumas das pessoas que me vкm pedir ajuda no msn usam funзхes traduzidas, como "DarGrana( playerid, ammount );", "ResetarGrana( playerid );" e muitas mais outras.
Re: - KnifeInclude -
TheGarfield - 01.05.2011
pawn Код:
native VerCongelado ( playerid ) ;
native SetarPosEx ( playerid , Float:KnifeX , Float:KnifeY , Float:KnifeZ , Float:Angulo ) ;
native Matar ( playerid ) ;
native Tapa ( playerid ) ;
native Explodir ( playerid ) ;
native LimparChat ( linhas ) ;
native BanIp ( playerid ) ;
native GetPlayerKills ( playerid ) ;
native GetPlayerNameEx( playerid ) ;
essas sгo as funзхes que mais adorei *-*
Pricipalmente 'VerCongelado(playerid);'
que й muito bom para alguns sistema de adminstraзгo.
10/10
Re: - KnifeInclude -
Carl_Thuse - 01.05.2011
Muito bom!
Quote:
native ResetarDinDin ( playerid , dinheiro ) ;
|
Lol Como assim? Quando reseta n vai pra zero naum
Re: - KnifeInclude -
Macintosh - 02.05.2011
Simples. xD
Era pra ter colocado meu nome Shickfunзхes *-* emolo \e/
Re: - KnifeInclude -
Ricop522 - 02.05.2011
#define Congelar(%0, %1) TogglePlayerControllable(%0, %1)
wtf : p try fail.
@tpc
bom cara !