07.06.2012, 11:59
Toy system works fine, but when a player exits the game and re-joins, the toys do not save Please help me.
Код HTML:
CMD:toys(playerid, params[]) { ShowPlayerDialog( playerid, TOYS, DIALOG_STYLE_LIST, "Toy Menu", "Attach/Dettach a Toy\nEdit a Toy\nDelete a Toy","Select", "Cancel" ); return 1; }
Код HTML:
#define TOYS 10131