Jump to content

Speedy

Membru
  • Posts

    37
  • Joined

  • Last visited

    Never

Posts 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. Din pacate nu exista nicio functie in SA:MP cu care sa poti verifica daca cineva foloseste cazinoul, dar de altfel poti verifica daca jucatorul a folosit cazinoul verificandu-i pozitia si animatia, apoi ii scoti banii castigati.

    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 :-?

  3. 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 ?:)

  4. 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");
    			}
    		}
    	}

  5. 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 ?:(

  6. stuntman[]!" post="99897" timestamp="1321448401"]

    Vezi ca prin FS-uri sa nu ai OnGameModeInit ( desi nu prea cred ).

    Vezi prin functiile

    LoadProperty();
    	LoadBizz();
    	LoadSBizz();
    	LoadBoxer();
    	LoadStuff();
    	LoadIRC();
    	LoadFamilies();
    	LoadCK();
    	LoadTurfs();
    	LoadPapers();

    daca o fi ceva de banuit.

    de la load-uri era..mersi mult pentru ajutor...TC

  7. stuntman[]!" post="99864" timestamp="1321388825"]

    Sterge tot OnGameModeInit si vezi daca mai face, daca nu mai face, inseamna ca e ceva prin cod, sterge cod pana merge, si ultimul cod sters este problema... apoi bagi codurile inapoi, iar pe cel defect incerci sa-l rezolvi sau il postezi aici...

    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 :|

  8. In Pc cand il deschid merge perfect iar pe host imi arata la mod Unknown

    Uitati si eroare plzz am nevoie de ajutor :|

    Loaded log file: "server_log.txt".

    ----------

    SA-MP Dedicated Server

    ----------------------

    v0.3c R5, ©2005-2011 SA-MP Team

    [01:02:59]

    [01:02:59] Server Plugins

    [01:02:59] --------------

    [01:02:59]  Loaded 0 plugins.

    [01:02:59]

    [01:02:59] Ban list

    [01:02:59] --------

    [01:02:59]  Loaded: samp.ban

    [01:02:59]

    [01:02:59]

    [01:02:59] Filter Scripts

    [01:02:59] ---------------

    [01:02:59]  Loading filter script 'ls_elevator.amx'...

    [01:02:59]  Loading filter script 'antiflood.amx'...

    [01:02:59]  Loading filter script 'antiflood-rate.amx'...

    [01:02:59]  Unable to load filter script 'antiflood-rate.amx'.

    [01:02:59]  Loading filter script 'Anti-join-flooding.amx'...

    [01:02:59]  Anti-join-flooding script loaded.

    [01:02:59]  Loading filter script 'carmod.amx'...

    [01:02:59]  Loading filter script 'Clock.amx'...

    [01:02:59]

    --------------------------------------

    [01:02:59]  By War_Cry

    [01:02:59] --------------------------------------

    [01:02:59]  Loading filter script 'roleplayguide.amx'...

    [01:02:59]

    --------------------------------------

    [01:02:59]  WebTCF Roleplay Guide - Loaded

    [01:02:59] --------------------------------------

    [01:02:59]  Loading filter script 'etc.amx'...

    [01:02:59] =====================================================================

    [01:02:59] This is a part of a OpenGTA subject, visit opengta.org for more info.

    [01:02:59] FilterScript Name: Armed body

    [01:02:59] Description:Attatch weapond to player's body

    [01:02:59] Author:yezizhu

    [01:02:59] Special thanks:Double-O-Seven, Brian.

    [01:02:59] Contact author: [email protected]

    [01:02:59] =====================================================================

    [01:02:59]  Loaded 7 filter scripts.

    [01:02:59] Script[gamemodes/newlvlss.amx]: Run time error 19: "File or function is not found"

    [01:02:59] Number of vehicle models: 0

    am avut si eu aceeasi problema,dar dupa ce am instalat .NET framework mia mers perfect..

  9. Cam drastica masura :))

    Adauga in gm ceva de genu..

    [pawn]

    public OnGameModeInit( )

    {

        print("Linia 1");

        //peste 500 de lini

        print("Linia 2");

        //peste alte 500 de lini

        print("Linia 3");

        //si tot asa.

        return 1;

    }

    [/pawn]

    Si vezi daca apar in consola toate linile care leai adaugat.

    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

  10. 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 ?

  11. 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.
    

  12. 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;
    	   }
    	 }
    	}
    }

  13. 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.