Reapi kullanmadan bu stockla yapılıyor ama ben bunun reapi karşılığını istiyorum. Teşekkürler.
PHP Kod:
stock Play_Animation(index, sequence, Float:framerate = 1.0)
{
entity_set_float(index, EV_FL_animtime, get_gametime())
entity_set_float(index, EV_FL_frame, 0.0)
entity_set_float(index, EV_FL_framerate, framerate)
entity_set_int(index, EV_INT_sequence, sequence)
}
)

