tout le monde je suis en ce moment sur un projet fps online et j´ai besoin d´aide pour les sockets envoyez au joeurs a l´aide des memblocks , comment controler les animation en temps réel ?
Voici la partie du code qui foire :
if an(plr)>0
if anl(plr)<>an(plr)
if an(plr)=1 then set object speed plrobj,15
if an(plr)=2 then set object speed plrobj,-15
loop object plrobj,5,25
anl(plr)=an(plr)
endif
else
if anl(plr)<>0
stop object plrobj
set object frame plrobj,0
anl(plr)=0
endif
endif
d´avance 