26.02.2016, 18:27
try this
PHP код:
COMMAND:radiospawn2(playerid, params[])
{
new string[1000];
for(new x;x<sizeof(RadioObjects);x++)
{
format(string, sizeof(string), "%s%s\n", string, RadioObjects[x][radioname]);
}
DestroyFurnitureSelectionMenu(playerid);
SetPVarInt(playerid, "furnc_active", 1);
CreateFurnitureSelectionMenu(playerid);
SelectTextDraw(playerid, 0xACCBF1FF);
return 1;
}

