I O B I T Posted October 5, 2017 Posted October 5, 2017 Am mutat Dealership-ul si nu stiu cum sa schimb si locatia cp-ului din /gps
0 Mister Posted October 5, 2017 Posted October 5, 2017 Atunci cand dai selectez gps si iti seteaza checkpointul(banuiesc ca este pe dialog) cauta dialogul de la comanda /gps si apoi in dialog cauta mesajul care il primesti gen "GPS setat pentru dealership" __ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn
0 I O B I T Posted October 5, 2017 Author Posted October 5, 2017 nu imi apare asa @Mister, uite toata comanda /gps. CMD:gps(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first."); return cmd_locations(playerid, params); CMD:locations(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first."); if(IsPlayerConnected(playerid)) { if(CP[playerid] < 1 && MechanicCallTime[playerid] < 1 && GotoMats[playerid] < 1) { ShowPlayerDialog(playerid, DIALOG_LOCATIONS, DIALOG_STYLE_LIST, "{B98300}Chronos RPG {FFFFFF}Server Locations", "Driving School(DMV)\nLos Santos\nLas Venturas\nFaction HQS\nVehicle Mod Shops\nPaintball\nDealership", "Select", "Close"); } else { ShowPlayerDialog(playerid, DIALOG_JOBULETES, DIALOG_STYLE_MSGBOX, "{B98300}Chronos RPG {FFFFFF}Anulare Checkpoint", "{B98300}(#) {FFFFFF}Esti sigur ca vrei sa anulezi checkpoint-ul curent?", "Da", "Nu"); } } return 1; }
0 Mister Posted October 5, 2017 Posted October 5, 2017 Cauta DIALOG_LOCATIONS: sau dialogid==DIALOG_LOCATIONS Si acolo case 6 sau listitem 6 1 __ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn
0 Chase Posted October 5, 2017 Posted October 5, 2017 Da-i o cautare la DIALOG_LOCATIONS in callback-ul OnDialogResponse si acolo trebuie sa ai ceva legat de checkpoint, daca nu te descurci lasa aici codul. 1
0 I O B I T Posted October 5, 2017 Author Posted October 5, 2017 @Mister Multumesc foarte mult pentru ajutorul oferit Mister, mai ajutat in diferite probleme de script de cand cer ajutorul pe acest forum. #respect +1
Question
I O B I T
Am mutat Dealership-ul si nu stiu cum sa schimb si locatia cp-ului din /gps
6 answers to this question
Recommended Posts