Jump to content

Exaton

Membru
  • Posts

    287
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Exaton

  1. si cum o fac ajutama te rog
  2. new engine,lights,alarm,doors,bonnet,boot,objective,PlayerInfo;
  3. dara cum pot sa fac ca sa mearga?
  4. asa? new engine,lights,alarm,doors,bonnet,boot,objective,PlayerInfo;
  5. imi da error error 032: array index out of bounds (variable "PlayerInfo") error 032: array index out of bounds (variable "PlayerInfo") warning 213: tag mismatch error 032: array index out of bounds (variable "PlayerInfo") error 032: array index out of bounds (variable "PlayerInfo") dc?
  6. si ce fac ajutama te rog frumos
  7. Salut am si eu o mica problema cand bubui masina nu imi creste insul dc? public OnVehicleDeath(vehicleid) { new engine,lights,alarm,doors,bonnet,boot,objective; vehEngine[vehicleid] = 0; GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective); SetVehicleParamsEx(vehicleid,VEHICLE_PARAMS_OFF,lights,alarm,doors,bonnet,boot,objective); if(IsAnOwnableCar(vehicleid)) { foreach(new i : Player) { for(new v; v < MAX_PERSONAL_VEHICLES; v++) { if(PlayerInfo[pCarID][v] == vehicleid) { PlayerInfo[pCarHP][v] = 1000.0; if(PlayerInfo[pCarIns][v] != 0) { PlayerInfo[pCarIns][v]--; } cUpdate(i, v, cInsurancecarx); cUpdate(i, v, cKMx); cUpdate(i, v, cHPx); } } } } if(Destroycar == 1) { if(Carspawn[vehicleid] != 0) { DestroyVehicle(Carspawn[vehicleid]); Carspawn[vehicleid] = 0; } } StopAudioStreamForPlayersInCar(vehicleid); return 1; }
  8. frate ce faci aici scrii romane?
  9. nu poti lu-a de la alt gm ca gm-ul respectiv de tine poate avea alte sisteme pe el trebuie baza de date la gm-ul respectiv care il folosesti
  10. acum nici samp-server nu mrg nu se deschide, se deschide dar se inchide singur
  11. #define NORMAL 1 #define LOCALHOST 2 new SERVER_HOSTSTATUS = NORMAL; public OnGameModeExit() { if(SERVER_HOSTSTATUS == 1) { mysql_query(SQL, "UPDATE `users` SET `Status` = '0' WHERE `Status` = '1'"); mysql_close(SQL); } DestroyActor(SpawnActor); return 1; } public OnGameModeInit() { mysql_log(LOG_ERROR, LOG_TYPE_TEXT); if(SERVER_HOSTSTATUS == 1) SQL = mysql_connect("127.0.0.1", "root", "burned", ""), print("Server: hosted"); else SQL = mysql_connect("127.0.0.1", "root", "burned", ""), print("Server: localhost");
  12. Salut la toti am si eu o problema cu gm-ul burned fac conectarea la baza de date tot bn pun si in pwn dar cand dau samp-server arata house 0 si celelalte tot 0 la vehicles 18 si loginul nu mrg imi zice cineva dece nu mrg si la alte baza-e de date tot asa face
  13. nu ai toate definitile pentru un panel in baza de date cred
  14. Salut conectez panelul dar nu imi arata fontul la panel cum pot sa-l fac sa mearga tot bine il testez pe localhost si tot nu mrg
  15. am aflat cum mersi oricum + sunt incepator si normal ca nu am avut o ideie cum sa exportez
×
×
  • 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.