Rafaly Posted March 8, 2020 Posted March 8, 2020 case DIALOG_CLANVEHICLES: { if(!response) return true; new title[40]; format(title, sizeof(title), "Clan: $%s", FormatNumber(ClanInfo[PlayerInfo[playerid][pClan]][ClanBank])); format(string, sizeof(string), "Infernus - comming\nSavana - comming"); ShowPlayerDialog(playerid, DIALOG_CLANVEHICLES+1, DIALOG_STYLE_LIST, title, string, "Select", "Cancel"); } case DIALOG_CLANVEHICLES+1: { if(!response) return true; switch(listitem) { case 0: SCM(playerid, COLOR_RED, "Comming"); case 1: SCM(playerid, COLOR_RED, "Comming"); } Ma poate ajuta cineva sa adaug masinile la clanvehicles?
Question
Rafaly
case DIALOG_CLANVEHICLES: {
if(!response) return true;
new title[40];
format(title, sizeof(title), "Clan: $%s", FormatNumber(ClanInfo[PlayerInfo[playerid][pClan]][ClanBank]));
format(string, sizeof(string), "Infernus - comming\nSavana - comming");
ShowPlayerDialog(playerid, DIALOG_CLANVEHICLES+1, DIALOG_STYLE_LIST, title, string, "Select", "Cancel");
}
case DIALOG_CLANVEHICLES+1: {
if(!response) return true;
switch(listitem) {
case 0: SCM(playerid, COLOR_RED, "Comming");
case 1: SCM(playerid, COLOR_RED, "Comming");
}
Ma poate ajuta cineva sa adaug masinile la clanvehicles?
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now