Enosh123

Attach

Mar 31st, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3. if(!strcmp(cmdtext, "/command", true))
  4. {
  5. IsPlayerAttachedObjectSlotUsed(playerid, 1)? (RemovePlayerAttachedObject(playerid, 1)) ? (SetPlayerAttachedObject(playerid, 1, 18749, 2, 0.0, 0.0, 0.5));
  6. return 1;
  7. }
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment