SA-MP Forums Archive
[Pregunta Script]Como aсado efectos a un cmd - 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: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [Pregunta Script]Como aсado efectos a un cmd (/showthread.php?tid=619688)



[Pregunta Script]Como aсado efectos a un cmd - xGenius - 21.10.2016

Hola, Bueno en esta ocasiуn hago este tema con el fin de que me colaboren con.. Como poner efectos a un CMD por ejemplo /fumarhierba o /fumarcrack, Lo que yo quiero es que estos cmd es que cuando los usen la pantalla tome un efecto como de mareo por un corto tiempo entonces si me pueden colaborar les agradezco


Re: [Pregunta Script]Como aсado efectos a un cmd - Choidito - 21.10.2016

PHP код:
zcmd(fumarhierbaplayeridparams[])
{
    
//Tus demбs funciones
    
SetTimerEx("Efecto"9000"i"playerid);
    return 
1;
}

forward  Efecto(playerid);
public 
Efecto(playerid)
{
    
SetPlayerDrunkLevel playerid4000 ) ; //Modifica poco a poco al nivel que quieres.
    
return 1;




Respuesta: Re: [Pregunta Script]Como aсado efectos a un cmd - xGenius - 23.10.2016

Quote:
Originally Posted by Choidito
Посмотреть сообщение
PHP код:
zcmd(fumarhierbaplayeridparams[])
{
    
//Tus demбs funciones
    
SetTimerEx("Efecto"9000"i"playerid);
    return 
1;
}
forward  Efecto(playerid);
public 
Efecto(playerid)
{
    
SetPlayerDrunkLevel playerid4000 ) ; //Modifica poco a poco al nivel que quieres.
    
return 1;

Amigo pero osea, Donde encuentro los efectos? .. Por ejemplo, Quiero que se ponga al menos como cuando se emborrachan que se comienza a mover la pantalla por un tiempo y luego se quita..


Respuesta: Re: [Pregunta Script]Como aсado efectos a un cmd - !R1Ch@rD! - 23.10.2016

Quote:
Originally Posted by xGenius
Посмотреть сообщение
Amigo pero osea, Donde encuentro los efectos? .. Por ejemplo, Quiero que se ponga al menos como cuando se emborrachan que se comienza a mover la pantalla por un tiempo y luego se quita..
cuando te emborrachas creo que automбticamente se mueve la cбmara por un cierto tiempo!

Aquн estбn toda las acciones/animaciones! xD

Animaciones


Respuesta: [Pregunta Script]Como aсado efectos a un cmd - OTACON - 23.10.2016

para darle el efecto a la pantalla:
https://sampwiki.blast.hk/wiki/SetPlayerDrunkLevel

animaciones bбsicas:
https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction
https://sampwiki.blast.hk/wiki/SpecialActions

animaciones extendidas:
https://sampwiki.blast.hk/wiki/ApplyAnimation
https://sampwiki.blast.hk/wiki/Animations

http://pastebin.com/b1gYRfMF