04.02.2013, 21:12
Nice fix Kalcor.
It is possible to add "TextDrawSetSelectableForPlayer"?
I will create a Menu with buttons that i can disable for players who not need it.
or
Or can u add "ShowPlayerDialog" a possibility to add own IDґs for the listitems?!
Here i will do the same like:
That is not possible because the listitems idґs are static.
Or i do it false ^^
I hope u can add this important updates Kalcor
peace
It is possible to add "TextDrawSetSelectableForPlayer"?
I will create a Menu with buttons that i can disable for players who not need it.
or
Or can u add "ShowPlayerDialog" a possibility to add own IDґs for the listitems?!
Here i will do the same like:
Код:
if(SpielerInfo[playerid][pHaus] != 0 && SpielerInfo[playerid][pBusiness] == 0 && SpielerInfo[playerid][pCop] == 0) { ShowPlayerDialog(playerid,DIALOG_UPGRADE,DIALOG_STYLE_LIST,"{FF0000}Blood {FFFFFF}and {00FF00}Ice Cream {FFFFFF}- {FFFF00}Upgrade","Upgrade Player\nUpgrade Haus","Wдhlen","Abbrechen"); } else if(SpielerInfo[playerid][pHaus] == 0 && SpielerInfo[playerid][pBusiness] != 0 && SpielerInfo[playerid][pCop] == 0) { ShowPlayerDialog(playerid,DIALOG_UPGRADE,DIALOG_STYLE_LIST,"{FF0000}Blood {FFFFFF}and {00FF00}Ice Cream {FFFFFF}- {FFFF00}Upgrade","Upgrade Player\nUpgrade Geschдft","Wдhlen","Abbrechen"); } else if(SpielerInfo[playerid][pHaus] != 0 && SpielerInfo[playerid][pBusiness] != 0 && SpielerInfo[playerid][pCop] == 0) { ShowPlayerDialog(playerid,DIALOG_UPGRADE,DIALOG_STYLE_LIST,"{FF0000}Blood {FFFFFF}and {00FF00}Ice Cream {FFFFFF}- {FFFF00}Upgrade","Upgrade Player\nUpgrade Haus\nUpgrade Geschдft","Wдhlen","Abbrechen"); }
Or i do it false ^^
I hope u can add this important updates Kalcor
peace