Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

Salut, am si eu o problema care ma macina..iar eu sunt la inceput si nu mi pot da seama exact ce are..
Recent mi am bagat gm ul bluffs dar am intampinat niste probleme la dialoguri..la examenul teoretic de la permis nu ti apare mouse ul sa selectezi butoane..si la opencase la fel..si cand vreau licenta de fly, etc la fel.. ma poate ajuta cineva sa aflu de ce? sau si mai bine daca nu cer prea mult, sa rezolv problemele.
Dialogurile:
Dmv:  https://pastebin.com/wwgMAZtm
Dmv TD: 
https://pastebin.com/dKRzeSwD
OpenCase: https://pastebin.com/J4b7B3hU
OpenCase TD: https://pastebin.com/qGaaVaRM
Sper ca am oferit cateva informatii ca sa pot primi putin ajutor..daca nu, sa imi spuneti ce mai trebuie sa ofer :/

6 answers to this question

Recommended Posts

  • 1
Posted

CMD:opencase(playerid, params[])

{

if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to log in first.");

if(InOpenCase[playerid] != 0) return SendClientMessage(playerid, COLOR_ERROR, "(Error){FFFFFF} You already in opencase menu.");

if(InBlackJackGame[playerid] == 1 || RouletteInGame[playerid] == 1 || joacapacanele[playerid] == 1 || GetPVarInt(playerid, "accs") == 1) return SendClientMessage(playerid, COLOR_ERROR, "(Error){FFFFFF} You are in another textdraw!");

if(PlayerInfo[playerid][pCases] <= 0)

{

new string[128];

SendClientMessage(playerid, -1,"You don't have any case, but you can get one:");

SendClientMessage(playerid, -1,"- if you complet all your daily quests");

format(string, sizeof(string), "- every 5 online hours(AFK) (left: %d paydays)", PlayerInfo[playerid][pNextCase]);

SendClientMessage(playerid, -1, string);

SendClientMessage(playerid, -1,"- if you are online at 20:30");

return 1;

}

ShowCaseTds(playerid);

SelectTextDraw(playerid, 0xFFFFFF);

InOpenCase[playerid] = 1;

TogglePlayerControllable(playerid, false);

return 1;

}

  • 0
Posted

Ca sa se activeze clicku ala de pe mouse folosesti  SelectTextDraw(playerid, hovercolor) iar dupa ce-a terminat CancelSelectTextDraw(playerid)

Revino cu un reply daca iti merge sau nu.

  • 0
Posted
Acum 21 ore, Serbaq a spus:

Ca sa se activeze clicku ala de pe mouse folosesti  SelectTextDraw(playerid, hovercolor) iar dupa ce-a terminat CancelSelectTextDraw(playerid)

Revino cu un reply daca iti merge sau nu.

nu stiu sigur daca am inteles unde si cum..

  • 0
Posted (edited)
Acum 14 ore, hanako a spus:

CMD:opencase(playerid, params[])

{

if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to log in first.");

if(InOpenCase[playerid] != 0) return SendClientMessage(playerid, COLOR_ERROR, "(Error){FFFFFF} You already in opencase menu.");

if(InBlackJackGame[playerid] == 1 || RouletteInGame[playerid] == 1 || joacapacanele[playerid] == 1 || GetPVarInt(playerid, "accs") == 1) return SendClientMessage(playerid, COLOR_ERROR, "(Error){FFFFFF} You are in another textdraw!");

if(PlayerInfo[playerid][pCases] <= 0)

{

new string[128];

SendClientMessage(playerid, -1,"You don't have any case, but you can get one:");

SendClientMessage(playerid, -1,"- if you complet all your daily quests");

format(string, sizeof(string), "- every 5 online hours(AFK) (left: %d paydays)", PlayerInfo[playerid][pNextCase]);

SendClientMessage(playerid, -1, string);

SendClientMessage(playerid, -1,"- if you are online at 20:30");

return 1;

}

ShowCaseTds(playerid);

SelectTextDraw(playerid, 0xFFFFFF);

InOpenCase[playerid] = 1;

TogglePlayerControllable(playerid, false);

return 1;

}

A mers, mersi frumos! o sa vad ceva de genu si la restu..cred ca am prins ideea si la ce ai zis mai sus si ce a zis baiatul ala, va multumesc.

Edited by Cristian Nemes

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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.