Jump to content

AndreiADD

Membru
  • Posts

    24
  • Joined

  • Last visited

Everything posted by AndreiADD

  1. Am baza de date conectata la server dar daca ma intregistrez si dupa dau login nu ma pot loga, imi spune ca parola nu este corecta. Multumesc anticipat.
  2. CMD:park(playerid, params[]) { new string[128], idd; if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_GREY, "Nu esti intr-un vehicul!"); new car = GetPlayerVehicleID(playerid); if(PersonalCar(playerid) == -1) return SCM(playerid, COLOR_LGREEN, "* Nu esti in unul dintre vehiculele tale personale!"); idd = PersonalCar(playerid); if(CarInfo[idd][Spawned] != car) return SendClientMessage(playerid, COLOR_GREY, "Nu esti in vehiculul tau!"); if(idd == 0) return SendClientMessage(playerid, COLOR_GREY, "Acest vehicul nu iti apartine!"); new Float:x, Float:y, Float:z, Float:a; GetVehiclePos(car, x, y, z); GetVehicleZAngle(car, a); CarInfo[idd][cLocationx] = x; CarInfo[idd][cLocationy] = y; CarInfo[idd][cLocationz] = z; CarInfo[idd][cAngle] = a; VehicleOwned[CarInfo[idd][Spawned]] = 0; VehicleSQL[CarInfo[idd][Spawned]] = 0; DestroyVehicle(car); CheckVehicle(car); if(strlen(CarInfo[idd][cText]) >= 3) { DestroyDynamicObject(nameobject[CarInfo[idd][Spawned]]); } CarInfo[idd][Spawned] = CreateVehicleEx(CarInfo[idd][cModel],CarInfo[idd][cLocationx],CarInfo[idd][cLocationy],CarInfo[idd][cLocationz],CarInfo[idd][cAngle],CarInfo[idd][cColorOne],CarInfo[idd][cColorTwo],-1); VehicleOwned[CarInfo[idd][Spawned]] = CarInfo[idd][Spawned]; VehicleSQL[CarInfo[idd][Spawned]] = idd; SetTunning(car); attach_vip_text(idd); SetVehicleNumberPlate(CarInfo[idd][Spawned], CarInfo[idd][cLicense]); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Locationx='%f' WHERE ID=%d", CarInfo[idd][cLocationx], idd); mysql_tquery(SQL, string, "", ""); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Locationy='%f' WHERE ID=%d", CarInfo[idd][cLocationy], idd); mysql_tquery(SQL, string, "", ""); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Locationz='%f' WHERE ID=%d", CarInfo[idd][cLocationz], idd); mysql_tquery(SQL, string, "", ""); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Angle='%f' WHERE ID=%d", CarInfo[idd][cAngle], idd); mysql_tquery(SQL, string, "", ""); mysql_format(SQL, string, sizeof(string), "UPDATE cars SET Spawned='%d' WHERE ID=%d", CarInfo[idd][Spawned], idd); mysql_tquery(SQL, string, "", ""); SCM(playerid, 0xFFBABAFF, "Vehicul parcat!"); return 1; } function CheckVehicle(carid) { foreach(Player, i) { if(IsPlayerConnected(i)) { if(VehicleKey == carid) VehicleKey = 0; } } return 1; }
  3. Cand cineva da /park si are ceva tunning pe masina(nos sau altele) nu se salveaza, de la ce poate sa fie ?
  4. s-a rezolvat. multumesc @Tukson
  5. am bagat serverul pe host, i-am bagat baza de date si daca dau sa ma conectez sau pe alta pagina imi spune ca nu o gaseste
  6. Cum pot sa adaug pe panel o sectiune unde sa fie mapa cu obiectele de la quest ?
  7. Cum adaug un text in chat cand cineva si-a reparat masina in PNS ?
  8. Te ajut cu serverul de teamspeak. Contacteaza-ma pe discord : Andrei#0655
  9. DNS: rpg.realboost.ro:7777 IP: 54.36.68.191:7777 Realboost RPG - Este un server RPG jucat in limba romana, cu jucatori romani si un staff de treaba,mereu saritor la ajutor. > Proiectul Realboost la moment detine urmatoarele. > Un anti-hack bine pus la punct. > Un Staff capabil. > Sistema masini personale. > Teritorii la ganguri > Un Site/Forum complex. > Multe alte chestii interesante. Factiuni: San Andreas Police Departament Federal Bureau of Investigations National Guard Los Aztecas Grove Street Los Vagos Las Venturas Police Department News Reporters Ballas Hitman Agency School Instructors LV Taxi Las Venturas Pramedic Department Job-uri: Detective Drugs Dealer Pizza Boy Bug Driver Mechanic Arms Dealer Garbage Fisherman Trucker Farmer Car Jacker
  10. AndreiADD

    Eroare

    De ce imi da eroarea asta ? Ca eu am gm-ul pe host
  11. Te pot ajuta cu Tw. Contact pe discord Andrei#0655
  12. Contact discord : Andrei#0655 . Te pot ajuta pe gratis.
  13. Va ajut cu serverul ca si scripter, ofer panel si gamemode pe gratis, si ajutor tehnic pe gratis
  14. Te pot ajuta eu, pe gratis, PM daca esti interesat !
  15. Cand dau sa accept sau sa resping o cerere de unban din panel imi apare asa. Ma puteti ajuta ?
×
×
  • 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.