Jump to content

ALeXy29

Membru
  • Posts

    10
  • Joined

  • Last visited

    Never

Posts posted by ALeXy29

  1. C:\Documents and Settings\alexy\Desktop\DevilOne_MOD\gamemodes\DevilOne.pwn(22) : fatal error 100: cannot read from file: "k_functions"
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    1 Error.
    

    oare dc da asa ? :undecided:

  2. si acu imi da asa

    C:\Documents and Settings\alexy\Desktop\Server\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "panels" shadows a variable at a preceding level
    C:\Documents and Settings\alexy\Desktop\Server\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "doors" shadows a variable at a preceding level
    C:\Documents and Settings\alexy\Desktop\Server\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "lights" shadows a variable at a preceding level
    C:\Documents and Settings\alexy\Desktop\Server\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "tires" shadows a variable at a preceding level
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(19774) : error 021: symbol already defined: "JB_OnPlayerUpdate"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21301) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21302) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21307) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21308) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21320) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21321) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21326) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21327) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21339) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21340) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21345) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21346) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21375) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21376) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21381) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21382) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21394) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21395) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21400) : error 017: undefined symbol "GetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21401) : error 017: undefined symbol "SetVehicleParamsEx"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21435) : error 017: undefined symbol "AttachObjectToVehicle"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21436) : error 017: undefined symbol "AttachObjectToVehicle"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21445) : error 017: undefined symbol "AttachObjectToVehicle"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21446) : error 017: undefined symbol "AttachObjectToVehicle"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(21457) : error 017: undefined symbol "AttachObjectToVehicle"
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    26 Errors.
    
    eroarea 19774
    {
    eroarea 21301 si 21302
    	if(dialogid == VEHICLE_CONTROL_DIALOG+1)
    	{
    		if(response)
    		{
    		    SendClientMessage(playerid, COLOUR_INFORMATION, "Ai pornit motorul!.");
               	GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
                SetVehicleParamsEx(GetPlayerVehicleID(playerid), ON, lights, alarm, doors, bonnet, boot, objective);
    		}
    eroarea 21307 21308
    		if(!response)
    		{
    			SendClientMessage(playerid, COLOUR_INFORMATION, "Ai inchis motorul!.");
    			GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
      			SetVehicleParamsEx(GetPlayerVehicleID(playerid), OFF, lights, alarm, doors, bonnet, boot, objective);
    		}
    21320 21321
     		if(response)
    		{
    		    SendClientMessage(playerid, COLOUR_INFORMATION, "Ai deschis luminile!.");
    		    GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
    			SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, ON, alarm, doors, bonnet, boot, objective);
    		}
    21326 21327
    		if(!response)
    		{
    			SendClientMessage(playerid, COLOUR_INFORMATION, "Ai inchis luminile!.");
    		    GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
    			SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, OFF, alarm, doors, bonnet, boot, objective);
    		}
    21339 21340
    		if(response)
    		{
    		    SendClientMessage(playerid, COLOUR_INFORMATION, "Ai pornit alarma!.");
    		    GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
    			SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, ON, doors, bonnet, boot, objective);
    		} 
    21345 21346
    if(!response)
    		{
    			SendClientMessage(playerid, COLOUR_INFORMATION, "Ai inchis alarma!.");
    		    GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
    			SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, OFF, doors, bonnet, boot, objective);
    		}
    21375 21376
    	if(response)
    		{
    		    SendClientMessage(playerid, COLOUR_INFORMATION, "Tiai deschis capota.");
    		    GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
    			SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, ON, boot, objective);
    		}
    21381 21382
    if(!response)
    		{
    			SendClientMessage(playerid, COLOUR_INFORMATION, "Ai inchis capota.");
    		    GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
    			SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, OFF, boot, objective);
    		}
    21394 21395
    	if(response)
    		{
    		    SendClientMessage(playerid, COLOUR_INFORMATION, "Ai deschis porbagajul.");
    		    GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
    			SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, ON, objective);
    		}
    21400 21401
    if(!response)
    		{
    			SendClientMessage(playerid, COLOUR_INFORMATION, "Ai inchis porbagajul.");
    		    GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
    			SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, OFF, objective);
    		}
    21435 21436
    if(dialogid == 8899)
    	{
    		if(response)
    		{
    			if(listitem == 0)
    			{
    				//blue
    				SetPVarInt(playerid, "Status", 1);
                	SetPVarInt(playerid, "neon", CreateObject(18648,0,0,0,0,0,0));
                	SetPVarInt(playerid, "neon1", CreateObject(18648,0,0,0,0,0,0));
                	AttachObjectToVehicle(GetPVarInt(playerid, "neon"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.55, 0.0, 0.0, 0.0);
                	AttachObjectToVehicle(GetPVarInt(playerid, "neon1"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.55, 0.0, 0.0, 0.0);
                	SendClientMessage(playerid, 0xFFFFFFAA, "neon installed");
       			}
    21445 21446
    if(listitem == 1)
    			{
    			 	//red
    				SetPVarInt(playerid, "Status", 1);
    	            SetPVarInt(playerid, "neon2", CreateObject(18647,0,0,0,0,0,0));
    	            SetPVarInt(playerid, "neon3", CreateObject(18647,0,0,0,0,0,0));
    	            AttachObjectToVehicle(GetPVarInt(playerid, "neon2"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.55, 0.0, 0.0, 0.0);
    	            AttachObjectToVehicle(GetPVarInt(playerid, "neon3"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.55, 0.0, 0.0, 0.0);
    	            SendClientMessage(playerid, 0xFFFFFFAA, "neon installed");
    			}
    21457
    if(listitem == 2)
    			{
    			    //green
    		   	    SetPVarInt(playerid, "Status", 1);
    	            SetPVarInt(playerid, "neon4", CreateObject(18649,0,0,0,0,0,0));
    	            SetPVarInt(playerid, "neon5", CreateObject(18649,0,0,0,0,0,0));
    	            SetPVarInt(playerid, "neon13", CreateObject(18649,0,0,0,0,0,0));
    	            SetPVarInt(playerid, "neon14", CreateObject(18649,0,0,0,0,0,0));
    	            AttachObjectToVehicle(GetPVarInt(playerid, "neon4"), GetPlayerVehicleID(playerid), -0.8, 0.0, -0.55, 0.0, 0.0, 0.0);
    	            AttachObjectToVehicle(GetPVarInt(playerid, "neon5"), GetPlayerVehicleID(playerid), 0.8, 0.0, -0.55, 0.0, 0.0, 0.0);
    	            SendClientMessage(playerid, 0xFFFFFFAA, "neon installed");
    	        }

    uite liniile

  3. C:\Documents and Settings\alexy\Desktop\Server\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "panels" shadows a variable at a preceding level
    C:\Documents and Settings\alexy\Desktop\Server\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "doors" shadows a variable at a preceding level
    C:\Documents and Settings\alexy\Desktop\Server\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "lights" shadows a variable at a preceding level
    C:\Documents and Settings\alexy\Desktop\Server\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "tires" shadows a variable at a preceding level
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(18694) : error 037: invalid string (possibly non-terminated string)
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(18694) : error 017: undefined symbol "Gamemods"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(18694) : error 017: undefined symbol "by"
    C:\Documents and Settings\alexy\Desktop\Server\gamemodes\greenzone.pwn(18694) : fatal error 107: too many error messages on one line
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

    Ce pot eu sa le fac la erorile astea?

  4. Salutare am gm raven roleplay 0.3c dar am o problema , am bagat masinile personale dar cand le iau zice sa ma duc la sanfiero docks .. pana aici bine .. dar .. eu dau /v buy iar masina ramane tot acolo .. as dori sa dispara dupa ce am luat-o .. sau cel mai bine ar fi sa nu se mai respawneze acolo , ci doar sa o iau scriind /v buy fara respawn la SF Docks .. Va rog ajutati-ma

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