Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. CMD:anim(playerid,params[])
  2. {
  3. new anim[32];
  4. if(sscanf(params,"s[32]",anim))
  5. {SendClientMessage(playerid,-1,"USAGE:/anim [ANIM TYPE] (for list of anims type /animlist");}
  6. if(!strcmp(anim, "carjacked", true))
  7. {ApplyAnimation(playerid,"PED","CAR_jackedRHS",4.0,0,1,1,1,0);SendClientMessage(playerid,-1,"You are now using 'carjacked anim'");}
  8. if(!strcmp(anim, "drunk", true))
  9. {ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1);}
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement