26.03.2017, 23:25
I have this dialog but seems too long and cant compile. I know i have to use strcat but idk how to do it with the DIALOG_STYLE_LIST
pawn Код:
CMD:obj(playerid)
{
if (Player[playerid][Vip] < 1)
{
ShowPlayerDialog(playerid,DIALOG_VIP_OBJECTS,DIALOG_STYLE_LIST,"Hold Objects","SantaHat \nParrot \nParrot-Man \nHippo \nMotorCycleHelmet \nCapBack \nGlasses \nSmokeFlare \nSphere1 \nSphere2 \nSphere3 \nBalon \nIron \nAlien \nIcread \n{ffff12}Weaponaizer \nRemove Hold Objects","Ok","Close");
}
return 1;
}