-
Posts
720 -
Joined
-
Last visited
-
Days Won
36
Content Type
Profiles
Forums
News
Documentation
Everything posted by EquiNoxAdv
-
Este de la joc , nu de la server. Vezi ce moduri ai bagat recent.
-
Contacteaza-ma in privat.
-
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; }
-
@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.
-
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));
-
Cauta urmatoarele new acceptevent new stopevent new e new event new events new rejectevent new requestevent new stopeventLe stergi.
-
Multam. Nu stiu , dar parca vreau sa mai bucur copii
-
Inca o dovada ca Illuminati traiesc!
-
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.
-
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.
-
Compileaza cu asta. http://www.girlshare.ro/35076154.3
-
Foloseste mysql_static
-
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.
-
Arata-mi OnPlayerDisconnect , dar pune si tu [spoiler ] [/ spoiler]
-
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.
-
Recomand , dar nu o sa-ti dea nimeni 3000 lei.
-
Va multumesc. Am sa postez in curand GameMode-ul Romania RolePlay. Cu stima EquiNox!
-
Intr-un fel ai dreptate. Dar GameMode-ul are o mica mare vulnerabilitate la OnDialogResponse. Arata-mi te rog OnDialogResponse.
-
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; }
-
Are variabilele bubuite si baza de date. Eu am facut un alt sistem de contorizare a orelor. Incearca si tu.
-
Oricum nu invata.
-
Try now.
-
Posteaza toata baza daca nu te deranjeaza.
-
Arata-mi comanda /call.
