Special Actions
#1

Do you know where can I find a list of special actions that aren't defined in a_samp?
Please help me.
Reply
#2

Here's the list of animations, is that what you're looking for?

https://sampwiki.blast.hk/wiki/Animations
Reply
#3

https://sampwiki.blast.hk/wiki/SpecialActions
Reply
#4

I've already seen that 2 pages, but I'm looking for all special actions, because in a_samp there are only 13 or 14 special actions, but somewhere I saw a lot of special actions, like ID 68(Pissing).
Reply
#5

I don't think such a list exists you can quite easily test them and define them yourself. If you feel like it that is.
pawn Код:
#include <a_samp>
#include <zcmd>

COMMAND:specialaction(playerid, params[])
{
    new
        id = strval(params);
    SetPlayerSpecialAction(playerid, id);
    return 1;
}
Reply
#6

Quote:
Originally Posted by iggy1
Посмотреть сообщение
I don't think such a list exists you can quite easily test them and define them yourself. If you feel like it that is.
pawn Код:
#include <a_samp>
#include <zcmd>

COMMAND:specialaction(playerid, params[])
{
    new
        id = strval(params);
    SetPlayerSpecialAction(playerid, id);
    return 1;
}
Thanks, you had a good idea, so i can use /specialaction to see it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)