Jump to content

AndreiADD

Membru
  • Posts

    24
  • Joined

  • Last visited

Profile Information

  • Sex
    Masculin
  • In-game Name
    AndreiADD
  • Level of knowledge
    Începător

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AndreiADD's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  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
×
×
  • 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.