Jump to content

CosminZEQ

Membru
  • Posts

    99
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by CosminZEQ

  1. am rezolvat de mult problema, ms oricum
  2. CosminZEQ

    phone

    cum as punea face cand iti cumperi un nr de tel sa ti de-a 07 in fata ? nu mi dau seama new randphone = 5000 + random(99999) + 5000 ; PlayerInfo[playerid][pPhone] = randphone;
  3. ms mult, tot respectul
  4. Deci, am creeat inca o factiune, si de atunci imi da acea eroare in consola cand incerc sa intru intr-un biz / casa, inteleg ca am limita de 15 si am intrecut-o dar nu o gasesc, o sa las un paste bin cu OnPlayerKeyStateChange, cine imi poate gasii limita are tot respectul Paste Bin : https://pastebin.com/vv69CRtS Am lasat doar la tasta F pentru ca acolo este eroarea de limita. PS : nu e de la dynamicfactions. Dynamic factions am pus pe 17.
  5. pai aia din consola, in gm nu da nici o eroare.
  6. am pus de la inceput acea chestie, nu e de la ea.
  7. Voi testa, multumesc de ajutor <3.
  8. am inteles, multumesc.
  9. Cum fac marginea sa nu se vada?
  10. Deci, skill 5 are 150 de curse, si skill 6 am pus 210, acolo in dialog apare 180, daca dau set pe 180 se buguieste rau si nu gasesc buba, ajutati-ma va rog.
  11. } public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { if(!ispassenger) { new vehicle = GetVehicleID(vehicleid), string[128]; if(ServerVehicles[vehicle][vID] != 0 && JobWorking[playerid] == 0) { if(vehicle >= 130 && vehicle <= 135) { if(GetPVarInt(playerid, "InLesson") == -1) return SCM(playerid, COLOR_GREY, "Nu ai o lectie activa!"), SlapPlayer(playerid); } else if(ServerVehicles[vehicle][vFaction] == 1 || ServerVehicles[vehicle][vFaction] == 2 || ServerVehicles[vehicle][vFaction] == 3) { if(ServerVehicles[vehicle][vRank] > PlayerInfo[playerid][pRank]) { format(string, sizeof(string), "Ai nevoie de rank %d pentru a lua acest vehicul.", ServerVehicles[vehicle][vRank]); SCM(playerid, COLOR_GREY, string); SlapPlayer(playerid); } else if(OnDuty[playerid] == 0 && IsACop(playerid)) { SCM(playerid, COLOR_LGREEN, "Nu poti folosi vehiculele factiunii daca nu esti la datorie!"); SlapPlayer(playerid); return 1; } else if(!IsACop(playerid)) { format(string, sizeof(string), "Nu faci parte din factiunea %s.", FactionName(ServerVehicles[vehicle][vFaction])); SCM(playerid, COLOR_GREY, string); SlapPlayer(playerid); } } else if(ServerVehicles[vehicle][vFaction] != PlayerInfo[playerid][pMember] && ServerVehicles[vehicle][vFaction] != 0) { format(string, sizeof(string), "Nu faci parte din factiunea %s.", FactionName(ServerVehicles[vehicle][vFaction])); SCM(playerid, COLOR_GREY, string); SlapPlayer(playerid); } else { if(OnDuty[playerid] == 0 && IsACop(playerid) && Copcar2(vehicle)) { SCM(playerid, COLOR_LGREEN, "Nu poti folosi vehiculele factiunii daca nu esti la datorie!"); SlapPlayer(playerid); return 1; } } } if(IsABoat(vehicleid) && GetPVarInt(playerid, "InLesson") == -1) { if(PlayerInfo[playerid][pBoatLic] < 1 && InDealer[playerid] == 0) { SCM(playerid,COLOR_GREY, "Nu ai licenta de navigatie."); SlapPlayer(playerid); TogglePlayerControllable(playerid, 1); } } else if(IsAPlane(vehicleid) && GetPVarInt(playerid, "InLesson") == -1) { if(PlayerInfo[playerid][pFlyLic] < 1 && InDealer[playerid] == 0) { SCM(playerid, COLOR_GREY, "Nu ai licenta de zbor."); SlapPlayer(playerid); TogglePlayerControllable(playerid, 1); } } else { if(PlayerInfo[playerid][pCarLic] < 1) { if(!IsAPlane(vehicleid) || IsABike2(vehicleid) || InExamen[playerid] == 1 || GetVehicleModel(vehicleid) == 471 || InDealer[playerid] > 0) { } else { SCM(playerid,COLOR_GREY, "Nu ai licenta de condus."); SlapPlayer(playerid); TogglePlayerControllable(playerid, 1); SetTimerEx("UnFreezeStation", 500, 0, "i", playerid); } } } } return 1; }
  12. CosminZEQ

    ce are?

    : undefined symbol insemna ca nu a gasit ce este in " "
  13. ce are va rog ajutati-ma ma chinui de ceva timp
  14. Cum imi dau seama la ce linie am trecut de limita ?
  15. https://imgur.com/a/yBU0NDM Ce sa-i fac, pe orice as da apare asta, cine stie va rog ajutati-ma.
  16. Am rezolvat, mersi oricum.
  17. lettersize dupa com vezi nu il pot bifa, si daca ma folosesc de size simplu tot asta se intampa doar ca se mareste
×
×
  • 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.