14.01.2014, 00:10
Lee esto: https://sampforum.blast.hk/showthread.php?tid=439112
Y serнa algo asн:
Y serнa algo asн:
pawn Код:
// ...
if(newkeys & Tecla) // Cбmbialo...
{
new TCrear:Animacion[MAX_PLAYERS];
if(ETiempo(Animacion[playerid]))
{
ATiempo(Animacion[playerid], 1000); // 1000 = 1 segundo.
ApplyAnimation(/*...*/);
}
}