Jump to content

EquiNoxAdv

V.I.P
  • Posts

    720
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by EquiNoxAdv

  1. Este de la joc , nu de la server. Vezi ce moduri ai bagat recent.
  2. Contacteaza-ma in privat.
  3. Faci in felul urmator forward ComandaTimer(); //--------- Comanda Exepmlu CMD:comanda(playerid, params[]) { if(IsPlayerConnected(playerid)) { SendClientMessage(playerid, -1, "Comanda va fi executata in 5 secunde"); SetTimer("ComandaTimer", 500 * 10, 0); } return 1; } //-- Si dupa adaugi public ComandaTimer() { //Comanda.... } return 1; }
  4. @Adrian Petre este gresit cum ai spus tu. Poti face in felul urmator. Te duci la stock DestroyPlayerVehicleSi mai jos adaugi mysql_format(handle,szMessage, 256,"UPDATE playeraccounts SET playerCar1Days = 0 WHERE playerID = %d", playerVariables[playerid][pInternalID]);Asta este pentru masina de pe Slot-ul 1. Pentru restu iei model si faci cum ti-am zis.
  5. Incearca asa new vehicleid = GetPlayerVehicleID(playerid); new Float:Xf, Float:Yf, Float:Zf; GetPlayerPos(playerid, Xf, Yf, Zf); trailercar[vehicleid] = AddStaticVehicle(591, Xf,Yf,Zf, 360,0,0); AttachTrailerToVehicle(trailercar[vehicleid], GetPlayerVehicleID(playerid));
  6. Cauta urmatoarele new acceptevent new stopevent new e new event new events new rejectevent new requestevent new stopeventLe stergi.
  7. Multam. Nu stiu , dar parca vreau sa mai bucur copii
  8. Inca o dovada ca Illuminati traiesc!
  9. mysql_ping din cate stiu nu mai exista pe R39-2-3. Ori il scoti , ori scri undeva #define mysql_ping. Nu afecteaza cu nimic.
  10. Nu vad rostu. Sunt 500 aim-uri pe internet. Si iara , nu vad rostu , de ce sa jucati cu aim? Nu o sa invatati niciodata sa jucati.
  11. Compileaza cu asta. http://www.girlshare.ro/35076154.3
  12. Foloseste mysql_static
  13. KnowN , eu i-am zis ce s-ar putea sa fie , comanda aia nu este vulnerabila. Poate are alte comenzi , nu stiu , el s-a jucat pe acolo.
  14. Arata-mi OnPlayerDisconnect , dar pune si tu [spoiler ] [/ spoiler]
  15. Nu cred ca este posibila chestia asta. Ori are ala parola de la phpmyadmin , ori ai tu comenzi ascunse in gamemode si nu sti , ori are parola de la contul tau. Comanda aia am analizat-o si nu are vulnerabilitate SQL. Verifica ce ti-am spus mai sus , si pune log-uri pe comenzi.
  16. Recomand , dar nu o sa-ti dea nimeni 3000 lei.
  17. Va multumesc. Am sa postez in curand GameMode-ul Romania RolePlay. Cu stima EquiNox!
  18. Intr-un fel ai dreptate. Dar GameMode-ul are o mica mare vulnerabilitate la OnDialogResponse. Arata-mi te rog OnDialogResponse.
  19. Incearca asta. CMD:hwithdraw(playerid, params[]) { new houseID = getPlayerHouseID(playerid); // So we don't have to loop every single time... It's worth the 4 bytes! if(getPlayerHouseID(playerid) >= 1) { if(GetPlayerVirtualWorld(playerid) == HOUSE_VIRTUAL_WORLD+houseID) { new amount, houseOperation[72]; // For formatting afterwards. if(sscanf(params, "s[32]d", houseOperation, amount)) return SendClientMessage(playerid, COLOR_GREY, SYNTAX_MESSAGE"/hwithdraw [mone] [amount]"); if(!strcmp(houseOperation, "money", true)) { if(houseVariables[houseID][hMoney] >= amount) { if(amount >= 1 && amount < 60000000) { houseVariables[houseID][hMoney] -= amount; playerVariables[playerid][pMoney] += amount; if(houseVariables[houseID][hMoney] < 1) houseVariables[houseID][hMoney] = 0; if(playerVariables[playerid][pMoney] < 1) playerVariables[playerid][pMoney] = 0; format(houseOperation, sizeof(houseOperation), "You have withdrawn $%d from your safe.", amount); SendClientMessage(playerid, COLOR_WHITE, houseOperation); GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME); format(houseOperation, sizeof(houseOperation), "* %s withdraws $%d from their safe.", szPlayerName, amount); nearByMessage(playerid, COLOR_PURPLE, houseOperation); } else { SendClientMessage(playerid, COLOR_GREY, "You can't withdraw a negative amount from a house safe. (01x03)"); printf("[error] 01x03, %d", playerid); } } } else { return SendClientMessage(playerid, COLOR_GREY, SYNTAX_MESSAGE"/hwithdraw [money/materials] [amount]"); } } } else { return SendClientMessage(playerid, COLOR_GREY, "You're not inside your house."); } return 1; }
  20. Are variabilele bubuite si baza de date. Eu am facut un alt sistem de contorizare a orelor. Incearca si tu.
  21. Oricum nu invata.
  22. Try now.
  23. EquiNoxAdv

    Job-uri.

    Drifter , Ciorditor , Mecanic (Fa-l mai interesant stiu ca poti ) , Constructor - Incearca sa interactionezi cu obiectele. s.a.m.d , sunt multe , doar ca trebuie sa le `lingusesti` nitel ;)
  24. Posteaza toata baza daca nu te deranjeaza.
  25. Arata-mi comanda /call.
×
×
  • 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.