[Ajuda] AJuda /handsup - 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] AJuda /handsup (
/showthread.php?tid=366218)
AJuda /handsup -
ronaldob13 - 05.08.2012
Como Adicionar o Comando /handsup para o player
Levantar suas maos a uma abordagem no game ?
Re: AJuda /handsup -
humildadeforever - 05.08.2012
pawn Код:
if(strcmp(cmd, "/handsup", true) == 0)
{
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_HANDSUP);
return 1;
}
Esse eu codei aqui mesmo no fуrum, mas tem um comando igualzinho a esse na wiki
Re: AJuda /handsup -
Frederico - 05.08.2012
й com uma Anim cara ....
Код:
if(strcmp(cmd, "/handsup", true) == 0)
{
LoopingAnim(playerid, "ROB_BANK","SHP_HandsUp_Scr", 4.0, 0, 1, 1, 1, 0);
return 1;
}
Se ajudei da + REP =D
Re: AJuda /handsup -
EduardoRFS - 05.08.2012
qual diferenзa da special action para a anim? acho special melhor.
Respuesta: AJuda /handsup -
ronaldob13 - 05.08.2012
Vou testar perai.
Re: AJuda /handsup -
[BcSTotty_Munson - 05.08.2012
Seus ninja '-'