Special Actions problem
#1

https://sampwiki.blast.hk/wiki/Animations

CSAW_Hit_1 I tried to use that one from the list but got an error

(222) : error 017: undefined symbol "CSAW_Hit_1"

Код:
 if(strcmp("/cut", cmdtext, true) == 0)
	{
    SetPlayerSpecialAction(playerid, CSAW_Hit_1);
    return 1;
	}
What have I done wrong?
Reply
#2

i guess you need to use this
Reply
#3

pawn Код:
if(strcmp("/cut", cmdtext, true) == 0)
    {
    ApplyAnimation(playerid,"CHAINSAW","CSAW_Hit_1",4.1,1,1,1,1,1,1);
    return 1;
    }
There you go
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)