(14/04/2024 18:42)Aranha Escreveu: SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);
Já usei isso.
Código PHP:
CMD:handsup(playerid) {
if (GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_HANDSUP) {
print("Tá funcionando!");
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);
return 1;
}
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_HANDSUP);
return 1;
}
Já tentei até mesmo com um comando isolado:
Código PHP:
CMD:stopanim(playerid) {
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);
return 1;
}
Não funcionou em nenhum dos casos, por mais que funcione para o restante das actions