Jump to content

[REZOLVAT] Problema - Quest


Ionut09
 Share

Recommended Posts

  • Username : Ionut09
  • Problema întâlnită: Cand dau /stopquest mi se sterg si icon-urile de la bizz-uri.
  • Detalii despre problemă: -
  • Ce ai încercat să faci înainte să postezi?: -
  • Cod sursa (recomandat pastebin.com) : dialog-ul: https://pastebin.com/0Gy6gDqu comanda: https://pastebin.com/9dhqMNqF
  • Alte detalii : -
Edited by Ionut09
Link to comment
Share on other sites

9 hours ago, Leonard said:

N-ai facut nimic bine... nu inteleg ce ai vrut tu sa faci prin codurile alea.

Pentru quest ai nevoie de niste variabile care sa stocheze anumite valori, pickuri, obiecte etc. Nu sa setezi niste mapiconuri aiurea..

Nu imi poti face tu o variabila sau 2 sa inteleg?

Link to comment
Share on other sites

Nu imi apar icon-urile la startquest.

dialog_quest: https://pastebin.com/3ep0K02R

startquest:

CMD:startquest(playerid, params[]) {
	new string[128];
	format(string, sizeof string, "Pentru a lua un ou apasa pe tasta 'F' cand esti langa el\n/tasteaza /stopquest pentru a ascunde map icon.");
	ShowIcon[playerid] = 1;
	ShowPlayerDialog(playerid, DIALOG_QUEST, DIALOG_STYLE_MSGBOX, "Start Quest:", string, "Ok", "cancel");
	return 1;
}

stopquest:

CMD:stopquest(playerid, params[]) {
    SendClientMessage(playerid, -1, "Nu mai vezi map icon-urile de la quest.");
    for(new i = 0; i < 30; i++) {
        RemovePlayerMapIcon(playerid, quest_MapIcon[playerid][i]);
    }
    return 1;
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...