Special Actions
#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


Messages In This Thread
Special Actions - by Sasino97 - 13.03.2011, 09:28
Re: Special Actions - by iMonk3y - 13.03.2011, 09:49
Re: Special Actions - by iggy1 - 13.03.2011, 09:50
Re: Special Actions - by Sasino97 - 13.03.2011, 09:53
Re: Special Actions - by iggy1 - 13.03.2011, 10:01
Re: Special Actions - by Sasino97 - 13.03.2011, 10:06

Forum Jump:


Users browsing this thread: 1 Guest(s)