06.05.2013, 21:27
Becose that line is too long.
Try this:
Top of the script:
OnGameModeInit:
And in your Dialog line, change to this:
Try this:
Top of the script:
pawn Код:
#define VipDialogLenght 500
static VipDialog[VipDialogLenght];
pawn Код:
strcat(VipDialog, "Vehicle Commands\nStatic Changes\nCustom Spawnpoints\nRestricted Clothes\nAdvertisement Specials\nTAB Color Activation\nVIP Clothing Store\nVIP Weapon Store (VIP-Points)\n", VipDialogLenght);
strcat(VipDialog, "VIP Drug Store (VIP-Points)\nVIP Community Specials\nVIP Weapon Shop\nVIP Special Weapon Store (VIP-Points)\nVIP Vehicle Changer\nVIP Business Refiller\nSpecial VIP Options\nTemporary VIP Packages\n", VipDialogLenght);
strcat(VipDialog, "VIP Special Weapon Shop\nMonthly VIP Packages\nPrivate Music Folder\nProperty / Level Switcher", VipDialogLenght);
pawn Код:
ShowPlayerDialog(playerid, 16, DIALOG_STYLE_LIST, "VIP Specials and Package features", VipDialog, "Choose", "Cancel");