Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- if(!strcmp(cmdtext, "/command", true))
- {
- IsPlayerAttachedObjectSlotUsed(playerid, 1)? (RemovePlayerAttachedObject(playerid, 1)) ? (SetPlayerAttachedObject(playerid, 1, 18749, 2, 0.0, 0.0, 0.5));
- return 1;
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment