- 0
problema dialog
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
kiLLersx
Problema intalnita (descriere): am facut dialog pe /job sati iei job-ul direct de acolo dar nu imi da jobul nici mesajul ..
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul(obligatoriu):
if(response)// They pressed the first button. { switch(dialogid == 555)// If you only have one dialog, then this isn't required, but it's neater for when you implement more dialogs. { case 0:// Our dialog! { switch(listitem)// Checking which listitem was selected { case 0:// detective { PlayerInfo[playerid][pJob] = 1; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul detective ."); return 1; } case 1: // avocat { PlayerInfo[playerid][pJob] = 2; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul avocat ."); return 1; } case 2: // drug dealer { PlayerInfo[playerid][pJob] = 3; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul drug dealer ."); return 1; } case 3: // car mecanic { PlayerInfo[playerid][pJob] = 4; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul mecanic ."); return 1; } case 4: // arms dealer { PlayerInfo[playerid][pJob] = 5; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul arms dealer ."); return 1; } case 5: // bus driver { PlayerInfo[playerid][pJob] = 6; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul bus driver ."); return 1; } case 6: // paper boy { PlayerInfo[playerid][pJob] = 7; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul paper boy ."); return 1; } case 7: // trucker { PlayerInfo[playerid][pJob] = 8; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul trucker ."); return 1; } case 8: // distribuitor de petrol { PlayerInfo[playerid][pJob] = 9; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul distribuitor de petrol ."); return 1; } case 9: // fermier { PlayerInfo[playerid][pJob] = 10; SendClientMessage(playerid, 0xFFFFFF, "Acum ai jobul fermier ."); return 1; } } } } }Imagini / Video (optional):
Ati incercat sa rezolvati singur?: da
8 answers to this question
Recommended Posts