Jump to content

NEoNX

Membru
  • Posts

    48
  • Joined

  • Last visited

    Never

Posts posted by NEoNX

  1. Exo...daca ma poti ajuta altfel... mi-a venit ideea sa dai /admins si sa ai acolo adminu de la lvl 12 on si tot asa.Deci daca e on ,sa afle lvl lui si sa il puna de genu :

    ===Level 12 ===

    NEoNX

    ===Level 11 ===

    ===Level 10 ===

    Mihai

    De genu asta daca se poate ...

  2. Salut sa-mp.ro . Am o intrebare... am facut comanda /staff si trebuie s-o editez din gm.Dar cum as putea face sa dau.(ex. /staffedit cu rcon ) si sa imi apara un dialog list sa aleg levelul si dupa un dialog input sa scriu numele adminului . Cum as putea face ? Va rog ma puteti ajuta ?

    Multumesc.

  3. [pawn]D:\Stuntage Gold Galaxy\0.3x\0.3x\filterscripts\ladmin4v2.pwn(8464) : warning 213: tag mismatch

    D:\Stuntage Gold Galaxy\0.3x\0.3x\filterscripts\ladmin4v2.pwn(8465) : error 035: argument type mismatch (argument 2)

    D:\Stuntage Gold Galaxy\0.3x\0.3x\filterscripts\ladmin4v2.pwn(8465) : error 039: constant symbol has no size

    D:\Stuntage Gold Galaxy\0.3x\0.3x\filterscripts\ladmin4v2.pwn(8530) : error 035: argument type mismatch (argument 2)

    D:\Stuntage Gold Galaxy\0.3x\0.3x\filterscripts\ladmin4v2.pwn(8533) : warning 213: tag mismatch

    D:\Stuntage Gold Galaxy\0.3x\0.3x\filterscripts\ladmin4v2.pwn(8540) : error 035: argument type mismatch (argument 2)

    D:\Stuntage Gold Galaxy\0.3x\0.3x\filterscripts\ladmin4v2.pwn(8542) : warning 213: tag mismatch

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.[/pawn]

    [pawn]COMMAND:honline(playerid,params[])

    {

      new string[256];

      format(string,sizeof(string),"( ! ) Hoster %s este acum online !",Hoster);

      GetPlayerName(playerid, Hoster, sizeof(Hoster));

      SendClientMessageToAll(VERDE,string);

      if(PlayerInfo[playerid][Hoster] <1) return SCM(playerid,VERDE,"( ! ) Nu esti Hoster");

      return 1;

    }

    COMMAND:hgod(playerid,params[])

    {

      if(PlayerInfo[playerid][Hoster] == 0) return SCM(playerid,VERDE,"( ! ) Nu esti Hoster");

      if(dGod[playerid] == 0)

      {

      SetPlayerHealth(playerid,9999999);

      dGod[playerid] =1;

      SCM(playerid,GALBEN,"( ! ) God Mode On");

      }

      if(dGod[playerid] == 1)

      {

      SetPlayerHealth(playerid, 100);

      dGod[playerid] =0;

      SCM(playerid,GALBEN,"( ! ) God Mode Off");

      }

      return 1;

    }

    COMMAND:hweaps(playerid,params[])

    {

      if(PlayerInfo[playerid][Hoster] == 0) return SCM(playerid,VERDE,"( ! ) Nu esti Hoster");

      if(GetPlayerMoney(playerid) >= 200) {

      GivePlayerWeapon(playerid,29,300);

      GivePlayerWeapon(playerid,31,212);

      GivePlayerMoney(playerid, -200);

      return 1;

      } else return SCM(playerid,VERDE,"( ! ) Nu ai bani! Ai nevoie de 200");

    }

    COMMAND:harmour(playerid,params[])

    {

      if(PlayerInfo[playerid][Hoster] == 0) return SCM(playerid,VERDE,"( ! ) Nu esti Hoster");

      SetPlayerArmour(playerid,100);

      SCM(playerid,VERDE,"( ! ) Ti-ai incarcat armura");

      return 1;

    }

    COMMAND:hminigun(playerid,params[])

    {

      if(PlayerInfo[playerid][Hoster] == 0) return SCM(playerid,VERDE,"( ! ) Nu esti Hoster");

      if(GetPlayerScore(playerid) >= 20) {

        if(GetPlayerMoney(playerid) >= 1000) {

    GivePlayerMoney(playerid, -1000);

    GivePlayerWeapon(playerid, 38 , 250);

    SCM(playerid,VERDE,"( ! ) Acum ai un minigun");

    SCM(playerid,ROSU,"( ! ) Nu profita de aceasta arma!");

    return 1;

    } else return SCM(playerid,VERDE,"( ! ) Nu ai destui bani!");

      } else return SCM(playerid,VERDE,"( ! ) Nu ai destul scor");

    }

    COMMAND:hjet(playerid,params[])

    {

      if(PlayerInfo[playerid][Hoster] == 0) return SCM(playerid,VERDE,"( ! ) Nu esti Hoster");

      SetPlayerSpecialAction(playerid, 2);

      SCM(playerid,VERDE,"( ! ) Jet Pack spawnat! ");

      return 1;

    }

    COMMAND:hkick(playerid,params[])

    {

      new id;

      new target[24];

      new string[256];

      GetPlayerName(id,target,24);

      GetPlayerName(playerid,Hoster,24);

      if(PlayerInfo[playerid][Hoster] == 0) return SCM(playerid,VERDE,"( ! ) Nu esti Hoster");

      if(sscanf(params,"u",id)) return SendClientMessage(playerid,GALBEN,"Foloseste :/dkick [playerid]");

      format(string,sizeof(string),"( ! ) %s a fost dat afara de Hosterul %s !",target,Hoster);

      SendClientMessageToAll(VERDE,string);

      return 1;

    }

    COMMAND:hbye(playerid,params[])

    {

      new string[256];

      GetPlayerName(playerid,Hoster,24);

      if(PlayerInfo[playerid][Hoster] <1) return SCM(playerid,VERDE,"( ! ) Nu esti Hoster");

      format(string,sizeof(string),"( ! ) Hosterul %s v-a iesi de pe server! La revedere !",Hoster);[/pawn]

    Linia 8464 :

    [pawn]format(string,sizeof(string),"( ! ) Hoster %s este acum online !",Hoster);[/pawn]

    Linia 8465:

    [pawn]GetPlayerName(playerid, Hoster, sizeof(Hoster));[/pawn]

    Linia 8530:

    [pawn]GetPlayerName(playerid,Hoster,24);[/pawn]

    Linia 8533:

    [pawn]format(string,sizeof(string),"( ! ) %s a fost dat afara de Hosterul %s !",target,Hoster);[/pawn]

    Linia 8540:

    [pawn]GetPlayerName(playerid,Hoster,24);[/pawn]

    Linia 8542:

    [pawn]format(string,sizeof(string),"( ! ) Hosterul %s v-a iesi de pe server! La revedere !",Hoster);[/pawn]

    Ma puteti ajuta?

  4. Salut toata lumea!De curand mi-am terminat svr si doresc sa il hostez...problema e ca am incercat si nu am reusit.Deci daca cineva ma poate ajuta in privinta asta,sau doresti sa il hosteze ii dau owner permanent chiar daca hostul exipira si nu mai plateste.Vreau ca vacanta asta sa ma joc pe svr meu.De aceea contactatima la Y!M:calin_mihai98.Multumesc!

  5. Salutare !!

    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\gamemodes\RLS.pwn(2284) : error 028: invalid subscript (not an array or too many subscripts): "PlayerInfo"
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\gamemodes\RLS.pwn(2284) : warning 215: expression has no effect
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\gamemodes\RLS.pwn(2284) : error 001: expected token: ";", but found "]"
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\gamemodes\RLS.pwn(2284) : error 029: invalid expression, assumed zero
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\gamemodes\RLS.pwn(2284) : fatal error 107: too many error messages on one line
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    4 Errors.
    
    si va arat si unde e bugul...
    public OnPlayerEnterCheckpoint(playerid)
    {
    if(STN[playerid] == 1)
    {
    PlayerInfo[playerid][Coins] +=3;
    PlayerInfo[playerid][Stunt] +=5;
    STN[playerid] = 0;
    //--------------------------------------------------------------------------//
    new cpid = SetPlayerCheckpoint(playerid,2118.5864, 1483.0841, 23.4166,4.0);
    if(cpid == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid2 = SetPlayerCheckpoint(playerid,1851.7083, 1426.3226, 15.9196,4.0);
    if(cpid2 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid3 = SetPlayerCheckpoint(playerid,2000.9673, 1213.1139, 17.0789,4.0);
    if(cpid3 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid4 = SetPlayerCheckpoint(playerid,2396.9082, 1146.4279, 33.2691,4.0);
    if(cpid4 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid5 = SetPlayerCheckpoint(playerid,2776.7856, 1257.4076, 16.9512,4.0);
    if(cpid5 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid6 = SetPlayerCheckpoint(playerid,1958.6522, 1943.2184, 22.2268,4.0);
    if(cpid6 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid7 = SetPlayerCheckpoint(playerid,-1389.2230, 673.6660, 2.2660,4.0);
    if(cpid7 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid8 = SetPlayerCheckpoint(playerid,-1952.1982, 290.1427, 47.2101,4.0);
    if(cpid8 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid9 = SetPlayerCheckpoint(playerid,1831.8922, -1415.0773, 28.8896,4.0);
    if(cpid9 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid10 = SetPlayerCheckpoint(playerid,1899.8130, -1354.7906, 22.3711,4.0);
    if(cpid10 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid11 = SetPlayerCheckpoint(playerid,2030.8649, -1407.1376, 22.1158,4.0);
    if(cpid11 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    //--------------------------------------------------------------------------//
    new cpid12 = SetPlayerCheckpoint(playerid,-2046.4899, -53.8307, 46.2760,4.0);
    if(cpid12 == 1)
    {
    DisablePlayerCheckpoint(playerid);
    GameTextForPlayer(playerid,"~r~Good job you win 3~g~ Coins ~n~ and 5 Stunt Points",5000,5);
    }
    }
    return 1;
    }

    [move]HELP!!!![/move]

  6. Este Primul meu FS

    X:Ce este?

    NEoNX:Un sistem de fun, in care cand dai /style iti poti schimba stilul!

    V1.0

    Are 3 stiluri :

    Gangnam Style  => By PSY

    Bini di tat  => By SKizzo Skilz

    si Ai se tu pego  => by Michel Telo

    Download :[download]http://www.solidfiles.com/d/27f7e90939/[/download]

    Va rog nu zigniti pentru ca este primul meu FS !

  7. Am o problema cu acesta Functie:

    if( ]PlayerInfo[playerid][hours] < 50 )//functia ce verifica daca are ore necesare pentru a cumpara vip!
    			    return SCM( playerid, -1, "Nu ai destul ore pentru a cumpara vip level 1 !" );
    si Erorile X(
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\filterscripts\ladmin4v2.pwn(7063) : error 029: invalid expression, assumed zero
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\filterscripts\ladmin4v2.pwn(7063) : warning 215: expression has no effect
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\filterscripts\ladmin4v2.pwn(7063) : error 001: expected token: ";", but found ")"
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\filterscripts\ladmin4v2.pwn(7063) : error 029: invalid expression, assumed zero
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\Server RLS\filterscripts\ladmin4v2.pwn(7063) : fatal error 107: too many error messages on one line
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    4 Errors.
    

  8. deci vreau sa fac pentru svr-ul meu de stunt,ceva de genul acesta...

    if(PlayerInfo[playerid][Level] >= 1)
    	{
           new messagetext[128];
    	   format(messagetext, 128, "(ID:%d)["R"ADMIN"W"]: %s", playerid, text);
    	   SendPlayerMessageToAll(playerid, messagetext);
    	   return 0;
    	}
    

    dar in loc de admin sa apara OWNER.Cum as putea face?Adik cel care e logat RCON sa aiba la nume asta.Pls help.

  9. Am gasit acest script intr-un gm ... si il cautam de mult... Dar imi da niste warn-uri si nu prea le inteleg... si din aceasta cauza nu merge comanda!

    public OnPlayerCommandText(playerid, cmdtext[])
    {
     if(strcmp(cmdtext,"/vother",true)==0)
    	{
    		if(!IsPlayerInAnyVehicle(playerid))
    		{
    		SendClientMessage(playerid, 0xCC0000FF, "ERROR : You must be inside a vehicle to use this command.");
    		}
    		else
    		{
            ShowPlayerDialog(playerid, 2543, DIALOG_STYLE_LIST, "Cele mai utile comenzi pentru masina?", "{F81414}VehicleNumberName\n{00C0FF}StartEngine\n{6EF83C}StopEngine\n{F3FF02}Lighton\n{FFFFFF}Lightoff\n{FFFFFF}Alarmon\n{B700FF}Alarmoff\n{00C0FF}Capota deschisa\n{FF00EA}Capota Inchisa\n{C3C3C3}Markeron\n{FFAF00}Markeroff", "Select", "Cancel");
    		}
    		return 1;
    	}
    	    return 0;
    }
    
    
    public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
    {
        new engine,lights,alarm,doors,bonnet,boot,objective;
        if(response)//they pressed the first button
        {
            switch(dialogid)//if your using only one dialog this isn't needed but you never know.
            {
    		case 2543://our dialog
        	    {
               	switch(listitem)//wich listitem is chosen
            	{
            	    case 0://the first item in the list
            	    {
    
                    new Float:x,Float:y,Float:z,Float:ang;
    		        GetVehiclePos(GetPlayerVehicleID(playerid),x,y,z);
    		        GetVehicleZAngle(GetPlayerVehicleID(playerid),ang);
    	            if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,0xFFFFFFFF,"Nu esti intr-un vehicul.");
    	            ShowPlayerDialog(playerid,0,DIALOG_STYLE_INPUT,"{EE7777}Vehicle Numberplate","{00CC66}Input your new vehicle numberplate below.","Yes","Cancel");
                    SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Numarul masini schimbat cu {B7FF00}succes.");
            	    }
            	    case 1:
            	    {
           	        new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);
                    SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Motor {B7FF00}pornit.");
            	    }
            	    case 2:
            	    {
        	        new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,VEHICLE_PARAMS_OFF,lights,alarm,doors,bonnet,boot,objective);
                    SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Motor {B7FF00}oprit.");
            	    }
            	    case 3:
            	    {
        	        new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,engine,VEHICLE_PARAMS_ON,alarm,doors,bonnet,boot,objective);
            	    SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Lumina {B7FF00}arpinsa.");
             	    }
            	    case 4:
            	    {
            	    new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,engine,VEHICLE_PARAMS_OFF,alarm,doors,bonnet,boot,objective);
            	    SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Lumina {B7FF00}stinsa.");
             	    }
            	    case 5:
            	    {
        	        new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,engine,lights,VEHICLE_PARAMS_ON,doors,bonnet,boot,objective);
            	    SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Alarma {B7FF00}aprinsa.");
             	    }
            	    case 6:
            	    {
        	        new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,engine,lights,VEHICLE_PARAMS_OFF,doors,bonnet,boot,objective);
            	    SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Alarma {B7FF00}stinsa.");
            	    }
            	    case 7:
            	    {
            	    new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,engine,lights,alarm,doors,VEHICLE_PARAMS_ON,boot,objective);
          	        SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Capota {B7FF00}deschisa.");
            	    }
            	    case 8:
            	    {
      	            new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,engine,lights,alarm,doors,VEHICLE_PARAMS_OFF,boot,objective);
                    SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Capota {B7FF00}inchisa.");
            	    }
            	    case 9:
            	    {
                    new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,VEHICLE_PARAMS_ON);
       	            SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Marker{B7FF00}On.");
             	    }
            	    case 10:
            	    {
                    new vid = GetPlayerVehicleID(playerid);
                    if(vid != INVALID_VEHICLE_ID)
                    GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
                    SetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,VEHICLE_PARAMS_OFF);
                    SendClientMessage(playerid, 0x38FF06FF,"{FFFFFF}Marker{B7FF00}Off.");
                    }
                    }
                    }
                    }
    
                return 1;
          }
    return 0;
    }
    Si warnurile
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\filterscripts\vcontrol.pwn(35) : warning 217: loose indentation
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\filterscripts\vcontrol.pwn(144) : warning 217: loose indentation
    C:\Documents and Settings\Calin\My Documents\RLS\Server RLS\filterscripts\vcontrol.pwn(146) : warning 217: loose indentation
    Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    3 Warnings.
    

    Ma puteti ajuta?

  10. [pawn]G:\RLS\RLS\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"

    G:\RLS\RLS\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")

    G:\RLS\RLS\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")

    G:\RLS\RLS\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"

    G:\Zonek\Zonek\gamemodes\Zonek.pwn(40) : warning 201: redefinition of constant/macro (symbol "MAX_STRING")

    G:\Zonek\Zonek\gamemodes\Zonek.pwn(11989) : error 021: symbol already defined: "strtok"

    G:\Zonek\Zonek\gamemodes\Zonek.pwn(12004) : error 047: array sizes do not match, or destination array is too small

    G:\Zonek\Zonek\gamemodes\Zonek.pwn(14509) : warning 219: local variable "mod" shadows a variable at a preceding level

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

    [/pawn]

    Ce pot face?

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