Jump to content

Speedy

Membru
  • Posts

    37
  • Joined

  • Last visited

    Never

Everything posted by Speedy

  1. iti lipseste for(new h = 1; h < sizeof(CarInfo); h++) { ownedcar[h] = AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000); SetVehicleNumberPlate(h,CarInfo[h][cLicense]); } sau LoadCar(); amandoua fiind in public OnGameModeInit()
  2. Delet!!am rezolvat
  3. hm:-? buna idee mersi! ...dar am fost pe un server unde in cazino nu era niciun bot,iar cand apasam F nu ma baga sa joc :-?
  4. Salut! De cand a aparut 0.3d au aparut si botii aceia in interioarele de la cazinouri si cand dau F ma pot juca pocker/slots/ruleta,etc......Stie careva cum pot sa ii scot ? :)
  5. am 2.6.0...din cate am inteles eu 2.6.1 e pentru 0.3e...merge sa il pun pe 0.3d ?
  6. salutare! am si eu o mica problema cu streamerul. folosesc Streamer Plugin v2.6 by Incognito am pus plugins,include,am convertit obiectele in CreateDynamicObject ...dar acestea nu apar deloc pe server ...imi poate spune cineva unde gresesc ?:)
  7. Am si eu o mica problema...Cand intru pe server ma pot loga cu orice parola,intrun fel nu intra in else if(dialogid == 1) { if(response) { if(strlen(inputtext)) { new tmppass[64]; strmid(tmppass, inputtext, 0, strlen(inputtext), 255); Encrypt(tmppass); OnPlayerLogin(playerid,tmppass); } else { new loginstring[128]; new loginname[64]; GetPlayerName(playerid,loginname,sizeof(loginname)); format(loginstring,sizeof(loginstring),"PAROLA GRESITA\nTe rog baga parola corecta:",loginname); ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Login",loginstring,"Login","Exit"); gPlayerLogTries[playerid] += 1; if(gPlayerLogTries[playerid] == 5) { Ban(playerid); } } } } if(dialogid == 2) { if(response) { if(strlen(inputtext)) { GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "Users/%s.ini", sendername); new File: hFile = fopen(string, io_read); if (hFile) { SendClientMessage(playerid, COLOR_YELLOW, "Acel nume este deja luat, te rog alege altul."); fclose(hFile); return 1; } new tmppass[64]; strmid(tmppass, inputtext, 0, strlen(inputtext), 255); Encrypt(tmppass); OnPlayerRegister(playerid,tmppass); } else { new regstring[128]; new regname[64]; GetPlayerName(playerid,regname,sizeof(regname)); format(regstring,sizeof(regstring),"Bine ai venit, %s\nNu ai cont.\nTe rog inregistreaza-te:",regname); ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Register",regstring,"Register","Exit"); } } }
  8. cat de cat interesanta 4/5 :)
  9. asta era...mersi ><.....T.C!:)
  10. astazi miam reinstalat windowsul...iar cand am vrut sa pornesc serveru d samp...poc eroare:(..ma poate ajuta cineva?
  11. Neatza..am si eu o problema..am trecut srvul pe 0.3d cand il deschid pe windows merge..totul bun si frumos,dar cand il pun pe linux...nu imi vede conturile si daca incerc sa imi fac altu...imi apare casuta d inregistrare..dar dupa nu mai aparea cea d logare...imi poate spune cineva ce se intampla ?:(
  12. Speedy

    ftp

    pot transforma singur srvu de pe ftp in 0.3d? sau treb sa vorbesc cu cei d la host ?
  13. de la load-uri era..mersi mult pentru ajutor...TC
  14. dupa primele chestii adaugate a inceput deja sa faca fite... DisableInteriorEnterExits(); new string[MAX_PLAYER_NAME]; new string1[MAX_PLAYER_NAME]; for(new c=0;c<CAR_AMOUNT;c++) { Gas[c] = GasMax; } PlayersTimer = SetTimer("PlayersUpdate",1000,1); Pplayers = TextDrawCreate(1.600000,427.000000,"--"); TextDrawAlignment(Pplayers,0); TextDrawBackgroundColor(Pplayers,0x00000033); TextDrawFont(Pplayers,3); TextDrawLetterSize(Pplayers,0.400000,1.600000); TextDrawColor(Pplayers,0x33AA33AA); TextDrawSetOutline(Pplayers,1); TextDrawSetProportional(Pplayers,1); TextDrawSetShadow(Pplayers,1); LoadProperty(); LoadBizz(); LoadSBizz(); LoadBoxer(); LoadStuff(); LoadIRC(); LoadFamilies(); LoadCK(); LoadTurfs(); LoadPapers(); nu imi pot da seama de ce :|
  15. am avut si eu aceeasi problema,dar dupa ce am instalat .NET framework mia mers perfect..
  16. apar toate cele 3 linii SA-MP Dedicated Server ---------------------- v0.3c R2, (C)2005-2011 SA-MP Team [09:10:45] filterscripts = "" (string) [09:10:45] [09:10:45] Server Plugins [09:10:45] -------------- [09:10:45] Loaded 0 plugins. [09:10:45] [09:10:45] Filter Scripts [09:10:45] --------------- [09:10:45] Loaded 0 filter scripts. [09:10:46] Linia 1 [09:10:46] Pickups Max = 100, Current Pickups = 142 [09:10:46] Linia 2 [09:10:46] Linia 3 [09:10:46] [09:10:46] [09:10:46] The Godfather: LS/SF [09:10:46] _____________________ [09:10:46] By: Fear & parts of Astro [09:10:46] [09:10:46] Number of vehicle models: 81 [09:10:58] Linia 1 [09:10:58] Pickups Max = 100, Current Pickups = 142 [09:10:58] Linia 2 [09:10:58] Linia 3 [09:10:58] [09:10:58] [09:10:58] The Godfather: LS/SF [09:10:58] _____________________ [09:10:58] By: Fear & parts of Astro [09:10:58] [09:10:58] Number of vehicle models: 84
  17. 1.nu am niciun timer cu asa cv.. 2. daca las gm acela de il gasesti in folderul srv merge perfect..dar daca il pun pe al meu face fitze..
  18. SA-MP Dedicated Server ---------------------- v0.3c R2, (C)2005-2011 SA-MP Team [21:55:09] filterscripts = "" (string) [21:55:09] [21:55:09] Server Plugins [21:55:09] -------------- [21:55:09] Loaded 0 plugins. [21:55:09] [21:55:09] Filter Scripts [21:55:09] --------------- [21:55:09] Loaded 0 filter scripts. [21:55:10] Pickups Max = 100, Current Pickups = 142 [21:55:10] [21:55:10] [21:55:10] The Godfather: LS/SF [21:55:10] _____________________ [21:55:10] By: Fear & parts of Astro [21:55:10] [21:55:10] Number of vehicle models: 81 [21:55:22] Pickups Max = 100, Current Pickups = 142 [21:55:22] [21:55:22] [21:55:22] The Godfather: LS/SF [21:55:22] _____________________ [21:55:22] By: Fear & parts of Astro [21:55:22] [21:55:22] Number of vehicle models: 81 dau dublu click pe samp-server...iar apoi in consola srv se repeta mereu aceleasi lucruri [21:55:22] Pickups Max = 100, Current Pickups = 142 [21:55:22] [21:55:22] [21:55:22] The Godfather: LS/SF [21:55:22] _____________________ [21:55:22] By: Fear & parts of Astro [21:55:22] [21:55:22] Number of vehicle models: 81 care poate fii cauza ?
  19. EDIT: am rezolvat..foloseai utils d la larp mod...am o mica problema...cand dau /v park se schimba masina..adik imi apare alt model :)
  20. si nam modificat decat nr d masini d pe srv C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1455) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1460) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1454) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1454) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1454) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1454) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1474) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1479) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1473) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1473) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1473) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1473) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1493) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1498) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1492) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1492) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1492) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1492) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1512) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1517) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1511) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1511) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1511) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1511) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1531) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1536) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1530) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1530) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1530) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1530) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1550) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1555) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1549) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1549) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1549) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1549) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1569) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1574) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1568) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1568) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1568) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1568) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1588) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1593) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1587) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1587) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1587) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1587) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1607) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1612) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1606) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1606) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1606) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1606) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1626) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1631) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1625) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1625) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1625) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1625) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1645) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1653) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1644) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1644) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1644) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(1644) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(2021) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(2029) : error 017: undefined symbol "UpdateVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(2016) : warning 203: symbol is never used: "tires" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(2016) : warning 203: symbol is never used: "lights" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(2016) : warning 203: symbol is never used: "doors" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(2016) : warning 203: symbol is never used: "panels" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(2048) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\Speedy\My Documents\Downloads\carownership_by_Im_BanK\filterscripts\carownership.pwn(2059) : error 017: undefined symbol "UpdateVehicleDamageStatus" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 26 Errors.
  21. ce am gresit in comanda asta?ca nu face nimik... e comanda de /park pt factiunea tcc if(strcmp(cmdtext, "/tccpark", true) == 0) { if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16) { new Float:x,Float:y,Float:z; new Float:a; new carid; new getcarid; getcarid = GetPlayerVehicleID(playerid); GetPlayerName(playerid, playername, sizeof(playername)); GetVehiclePos(carid, x, y, z); GetPlayerFacingAngle(playerid, a); GetVehicleZAngle(carid, a); if(IsPlayerInVehicle(playerid,carid)) { if(getcarid == carid) { CarInfo[carid][cLocationx] = x; CarInfo[carid][cLocationy] = y; CarInfo[carid][cLocationz] = z; CarInfo[carid][cAngle] = a; format(string, sizeof(string), "~n~ You have parked your car in this location. ~n~"); GameTextForPlayer(playerid, "You have parked this car in this position. It will respawn here.", 10000, 3); OnPropUpdate(); OnPlayerUpdateEx(playerid); DestroyVehicle(carid); CreateVehicle(CarInfo[carid][cModel],CarInfo[carid][cLocationx],CarInfo[carid][cLocationy],CarInfo[carid][cLocationz]+1.0,CarInfo[carid][cAngle],CarInfo[carid][cColorOne],CarInfo[carid][cColorTwo],60000); return 1; } } } }
  22. am facut si eu o harta pe apa,am pus masini pe ea..toate cele bune..dar daca dau /rac toate masinile pica in apa....foloseste streamer exact asa se si numeste..imi recomandati altu mai bun?sau ce sa le fac sa nu mai pice prin harta??
×
×
  • 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.