SPECIAL_ACTION
#1

Hello I have trouble with SPECIAL_ACTION_SIT it doesnt play

Sorry on my bad english
Reply
#2


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

pawn Код:
new Sit[MAX_PLAYERS];
pawn Код:
dcmd_sit(playerid,params[]);
{
#pragma unused params
if(Sit[playerid] != 1)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SITTING);
Sit[playerid] = 1;
}
else
{
Sit[playerid] = 0;
ClearAnimations(playerid);
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_NONE);
}
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)