Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new listitems[100];
- format(listitems,sizeof(listitems),"Slot 1: %s\nSlot 2: %s\nSlot 3: %s - VIP\nSlot 4: %s - VIP",IsObjectSlotUsed(playerid, 0), IsObjectSlotUsed(playerid, 1), IsObjectSlotUsed(playerid, 2), IsObjectSlotUsed(playerid, 3), IsObjectSlotUsed(playerid, 4));
- ShowPlayerDialog(playerid,3,DIALOG_STYLE_LIST,"Edit Object Position/Size",listitems,"Select","Back");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement