17.10.2010, 16:17
Hi all , can you please tell me what is the problem here
In cmd :
stock
problem : When player uses it , only he doesn't see it , others do
Thanks
PS. the problem shouldn't be in "Usinganim[playerid] = 1;"
In cmd :
pawn Code:
if(strcmp(cmd, "/carjacked2", true) == 0)
{
LoopingAnim(playerid,"PED","CAR_jackedRHS",4.0,0,1,1,1,0);
Usinganim[playerid] = 1;
return 1;
}
pawn Code:
stock ApplyAnimationEx(playerid,animlib[],animname[], Float:Speed, looping, lockx, locky, lockz, lp)
{
return ApplyAnimation(playerid, animlib, animname, Speed, looping, lockx, locky, lockz, lp);
}
Thanks
PS. the problem shouldn't be in "Usinganim[playerid] = 1;"