Jump to content

BoSs_S

Membru
  • Posts

    12
  • Joined

  • Last visited

    Never

Posts posted by BoSs_S

  1. Salut , deci am luat un GM l-am compilat si nu mi-a dat nici-o eroare / advertisment

    [pawn]Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    Header size:          9080 bytes

    Code size:          1655228 bytes

    Data size:          5825136 bytes

    Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion

    Total requirements: 7505828 bytes

    [/pawn]

    si cand pornesc serverul imi apare ca s-au incarcat FS, plugin-urile ,dar imi da si o eroare

    Script[gammodes/EVG.amx]: Run time error 19: "File or function is not found"
    Number of vehicle models: 0

  2. Salut am o problema cu o poarte am mai facut porti si mi-au mers si pe aceasta in acelasi gen am facut-o dar nu imi merge cand dau click (comanda portii) imi arata ca poarta se va inchide in 6 secunde dar doar atat iar poarta nu se misca deloc . si nu am adauga-o la mapa dupa ea cu numele agate33 == .....  si numi merge daca ma puteti ajuta..

    new agate33;
    
    //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=inchideagate33=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    
    public inchidereagate33(playerid)
    {
          MoveDynamicObject(agate33,-64.900001525879, -1948.8000488281, 5.0,5);
          PlayerPlaySound(playerid, 1153, 1589.053344,-1638.123168,14.122960);
          return 1;
    }
    
    if (newkeys==KEY_FIRE)
    {
    if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 1)//agate33
    {
    if (IsPlayerInRangeOfPoint(playerid,10.0,-64.900001525879, -1948.9000244141, 10.89999961853))
    {
    SetTimer("inchidereagate33", 6000, 0);
    PlayerPlaySound(playerid, 1153, 1589.053344,-1638.123168,14.122960);
    MoveObject(agate33,-64.900001525879, -1948.8000488281, 5.0,5);
    SendClientMessage(playerid, 0x00FFFFFF,"* Poarta se va inchide in 6 secunde! Va uram o zi placuta.");
    return 1;
    }
    }
    }
    
    
    si la CreateDynamicObject obiectele si ultima 
    agate33 == CreateDynamicObject(980, -64.900001525879, -1948.8000488281, 10.60000038147, 0, 0, 325.74462890625);

  3. salut, nu prea stiu cum sa fac /admins in dialog si daca ati putea sa ma ajutati mi-ar fi de folos

    Comanda:   

    if (strcmp(cmd, "/admins", true) == 0)
    	    {
            if(IsPlayerConnected(playerid))
    	    {
    	        new count = 0;
    			SendClientMessage(playerid,COLOR_YELLOW,"[Admin Info:] BlackPedia Admini Online: !");
    			for(new i = 0; i < MAX_PLAYERS; i++)
    			{
    				if(IsPlayerConnected(i))
    				{
    				if(PlayerInfo[i][pAdmin] >= 1 && admind[i] == 0 && adminafk[i] == 1)
                        {
                            GetPlayerName(i, sendername, sizeof(sendername));
    						if(PlayerInfo[i][pAdmin] == 1)
    						{
                              format(string, 256, "• Nume: %s • Demo Admin • Level 1 • [ID: %d] {FF000F}• OFF DUTY {F3FF02}• Adminul este AFK •", sendername, i);
                              SendClientMessage(playerid,0x00FFFFFF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 2)
    						{
                              format(string, 256, "• Nume: %s • Advanced Admin • Level 2 • [ID: %d] {FF000F}• OFF DUTY {F3FF02}• Adminul este AFK •", sendername, i);
                              SendClientMessage(playerid,0x00FFFFFF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 3)
    						{
                              format(string, 256, "• Nume: %s • eXtra Admin • Level 3 • [ID: %d] {FF000F}• OFF DUTY {F3FF02}• Adminul este AFK •", sendername, i);
                              SendClientMessage(playerid,0x00FFFFFF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 4)
    						{
                              format(string, 256, "• Nume: %s • VIP Admin • Level 4 • [ID: %d] {FF000F}• OFF DUTY {F3FF02}• Adminul este AFK •", sendername, i);
                              SendClientMessage(playerid,0x00FFFFFF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 1337)
    						{
                              format(string, 256, "• Nume: %s • Super Admin • Level 1337 • [ID: %d] {FF000F}• OFF DUTY {F3FF02}• Adminul este AFK •", sendername, i);
                              SendClientMessage(playerid,0x00FFFFFF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 1338)
    						{
                              format(string, 256, "• Nume: %s • Co-Owner • Level 1338 • [ID: %d] {FF000F}• OFF DUTY {F3FF02}• Adminul este AFK •", sendername, i);
                              SendClientMessage(playerid,0xFF7800FF, string);
    						}
                            if(PlayerInfo[i][pAdmin] == 1339)
                            {
                              format(string, 256, "• Nume: %s • BlackPedia Owner • Level 1339 • [ID: %d] {FF000F}• OFF DUTY {F3FF02}• Adminul este AFK •", sendername, i);
                              SendClientMessage(playerid,0xFF0000FF, string);
                            }
    						count++;
    					}
                        else if(PlayerInfo[i][pAdmin] >= 1 && admind[i] == 0)
                        {
                            GetPlayerName(i, sendername, sizeof(sendername));
    						if(PlayerInfo[i][pAdmin] == 1)
    						{
                              format(string, 256, "• Nume: %s • Demo Admin • Level 1 • [ID: %d] {FF000F}• OFF-DUTY •", sendername, i);
                              SendClientMessage(playerid,0x0080C0FF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 2)
    						{
                              format(string, 256, "• Nume: %s • Advanced Admin • Level 2 • [ID: %d] {FF000F}• OFF-DUTY •", sendername, i);
                              SendClientMessage(playerid,0xFFFF00FF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 3)
    						{
                              format(string, 256, "• Nume: %s • eXtra Admin • Level 3 • [ID: %d] {FF000F}• OFF-DUTY •", sendername, i);
                              SendClientMessage(playerid,0x00FF00FF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 4)
    						{
                              format(string, 256, "• Nume: %s • VIP Admin • Level 4 • [ID: %d] {FF000F}• OFF-DUTY •", sendername, i);
                              SendClientMessage(playerid,0x8080FFFF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 1337)
    						{
                              format(string, 256, "• Nume: %s • Super Admin • Level 1337 • [ID: %d] {FF000F}• OFF-DUTY •", sendername, i);
                              SendClientMessage(playerid,0x0000FFFF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 1338)
    						{
                              format(string, 256, "• Nume: %s • Co-Owner • Level 1338 • [ID: %d] {FF000F}• OFF-DUTY •", sendername, i);
                              SendClientMessage(playerid,0xFF8811FF, string);
    						}
                            if(PlayerInfo[i][pAdmin] == 1339)
                            {
                              format(string, 256, "• Nume: {66FF00}%s • {FF0000}BlackPedia Owner • {66FF00}Level 1339 • {9933FF}[ID: %d] {FF000F}• OFF-DUTY •", sendername, i);
                              SendClientMessage(playerid,0xFF0000FF, string);
                            }
    						count++;
    					}
    				else if(PlayerInfo[i][pAdmin] >= 1 && admind[i] == 1)
                        {
                            GetPlayerName(i, sendername, sizeof(sendername));
    						if(PlayerInfo[i][pAdmin] == 1)
    						{
                              format(string, 256, "• Nume: %s • Demo Admin • Level 1 • [ID: %d] {00FF32}• ON DUTY •", sendername, i);
                              SendClientMessage(playerid,0x0080C0FF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 2)
    						{
                              format(string, 256, "• Nume: %s • Advanced Admin • Level 2 • [ID: %d] {00FF32}• ON DUTY •", sendername, i);
                              SendClientMessage(playerid,0xFFFF00FF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 3)
    						{
                              format(string, 256, "• Nume: %s • eXtra Admin • Level 3 • [ID: %d] {00FF32}• ON DUTY •", sendername, i);
                              SendClientMessage(playerid,0x00FF00FF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 4)
    						{
                              format(string, 256, "• Nume: %s • VIP Admin • Level 4 • [ID: %d] {00FF32}• ON DUTY •", sendername, i);
                              SendClientMessage(playerid,0x8080FFFF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 1337)
    						{
                              format(string, 256, "• Nume: %s • Super Admin • Level 1337 • [ID: %d] {00FF32}• ON DUTY •", sendername, i);
                              SendClientMessage(playerid,0x0000FFFF, string);
                            }
    						if(PlayerInfo[i][pAdmin] == 1338)
    						{
                              format(string, 256, "• Nume: %s • Co-Owner • Level 1338 • [ID: %d] {00FF32}• ON DUTY •", sendername, i);
                              SendClientMessage(playerid,0xFF8811FF, string);
    						}
                            if(PlayerInfo[i][pAdmin] == 1339)
                            {
                              format(string, 256, "• Nume: %s • BlackPedia Owner • Level 1339 • [ID: %d] {00FF32}• ON DUTY •", sendername, i);
                              SendClientMessage(playerid,0xFF0000FF, string);
                            }
    						count++;
    					}
    				}
    			}
    			if(count == 0)
    			{
    				SendClientMessage(playerid,COLOR_2RED,"[Admin Info:] Nu~sunt~admini~Online !");
    			}
    		}
    		return 1;
    	}/code]

  4. Am sdi eu o problema nu legata de samp ci de mta nu am stiut unde sa postez asa ca am postat aici deci uitati cand dau sa intru pe un server de mta merge dar cand dau sa intru in map editor imi apare in stanga sus ca mam conectat dar imi apare imaginea toata negru si nu pot face nimic ajutati-ma va rog

  5. D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(636) : error 001: expected token: ";", but found "-"

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2460) : error 004: function "SetPlayerToTeamColor" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2485) : error 004: function "SetPlayerToTeamColor" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2579) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2583) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2595) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2599) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2603) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2607) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2611) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2615) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2619) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2631) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2635) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2639) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2643) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2647) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2659) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2663) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2667) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2679) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2683) : error 004: function "PlayerToPoint" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2788) : error 017: undefined symbol "UpdateCountText"

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(2793) : error 004: function "SendAdminMessage" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(3037) : error 004: function "SendIRCMessage" is not implemented

    D:\samp\BlodZ\BloodzRp\GMS\BlodZ.pwn(3059) : error 004: function "SendIRCMessage" is not implemented

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    26 Errors.

    IMI APAR ERORILE ASTEA CE POT FACE VA ROG AJUTATIMA SI CA SA STITI FOLOSESC GM BlodZ

    ID DE MASS: stop_bebe2000

  6. uitati am o problema atunci cand intru in orice server de samp ma da cu armura si viata si doar daca cad de la inaltime mor daca trage cineva in mine numi scade ce pot face ca mi sa mai intamplat dar atunci am iesit si am intrat pe server de 2-3 ori si a mers numi mai arata armura si imi scadea viata iar acum nu si nu folosesc sobeit pt ca eu vreau sa iau admin pe server si nu pot juca din cauza acestei probleme am si reinstalat samp 0.3c de 3 ori si degeaba va rog ajutatima

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