06.05.2013, 07:39
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; }