02.09.2011, 23:06
}
if (strcmp("/HandsUp1", cmdtext, true, 10) == 0)
{
ApplyAnimation(playerid,"ROB_BANK","SHP_HandsUp_Sc r",4.1,1,1,1,1,0);
return 1;
}
thats the code...
the problem is
(140)error 010: invalid function or declaration (if (strcmp("/HandsUp1", cmdtext, true, 10) == 0) line 140)
(143)error 010: invalid function or declaration (return 1; line 143)
please help...
if (strcmp("/HandsUp1", cmdtext, true, 10) == 0)
{
ApplyAnimation(playerid,"ROB_BANK","SHP_HandsUp_Sc r",4.1,1,1,1,1,0);
return 1;
}
thats the code...
the problem is
(140)error 010: invalid function or declaration (if (strcmp("/HandsUp1", cmdtext, true, 10) == 0) line 140)
(143)error 010: invalid function or declaration (return 1; line 143)
please help...