02.09.2011, 23:09
You didn't leave that closing bracket above it there did you?
pawn Код:
if (!strcmp(cmdtext,"/handsup1",true))
{
ApplyAnimation(playerid,"ROB_BANK","SHP_HandsUp_Sc r",4.1,1,1,1,1,0);
return 1;
}

