Advertisement
Guest User

Untitled

a guest
Dec 30th, 2011
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2. if(!strcmp(cmdtext,"/desequipar",true))
  3. {
  4. RemovePlayerAttachedObject(i,1);
  5. RemovePlayerAttachedObject(i,2);
  6. RemovePlayerAttachedObject(i,3);
  7. RemovePlayerAttachedObject(i,4);
  8. SetPlayerArmour(playerid,0);
  9. SendClientMessage(playerid,0xAFAFAFAA," Você Se Desequipou !");
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement