/bs help
#1

Hey guys, I'm one again having trouble with commands, I'm trying to make the player do an animation(bitchslap) which i've codded but it isn't work. In game it is not saying it's an Invalid Command, Pawno recompiles with 0 errors, Here is the code
Код:
if (strcmp(cmdtext, "/bs", true) == 0)
	{
	    //Makes player do the "bitchslap" animation
	    ApplyAnimation(playerid,"PED","bitchslap",4,0,0,0, 1,0,1);
	    return 1;
 	}
Reply
#2

pawn Код:
ApplyAnimation(playerid,"MISC","bitchslap",4.0,0,0,0,0,0);
Reply
#3

Quote:
Originally Posted by Neil.
Посмотреть сообщение
pawn Код:
ApplyAnimation(playerid,"MISC","bitchslap",4.0,0,0,0,0,0);
Worked, Thanks rep :3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)