i managed to do that after doing the guides//scripted by greg
//#CLIENTSIDE
function onPlayerChats() {
if(player.chat == "/drag") {
onTimeout();
}
}
function onTimeout() {
setani("un_drag",null);
}
i managed to do that after doing the guides//scripted by greg
//#CLIENTSIDE
function onPlayerChats() {
if(player.chat == "/drag") {
onTimeout();
}
}
function onTimeout() {
setani("un_drag",null);
}