Crash Problem
#1

Hy guys

I have one problem, i don't know why, just on my server of course..

When i'm in a zone, eg. The Sex Shop, behind Pay and Spray,in Moulholland i think, next by the Gas Station ..BLOCK me in the game, i don't know why, where i'm wrong in the script or something..is a lot of zones, at Maria's Beach[or something like that], on the beach, or Area 51, but not all, if u are in a circle with the raze 25-50 points, or something like that in that zone....i don't know if u understand, this happend, i think after i think the command /tune, with Nitrous, Hydraulics, and the Wheels, but not all for a single vehicle, with Random..i mean, the wheels for Sultan, i put on Huntley, but not with /editcar model..if you don't understand, i explain with the code :

Код:
if(strcmp(cmdtext,"/tune",true)==0)
	{
		new Wheels[17] ={1025,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1096,1097,1098};
	    if(PlayerInfo[playerid][pAdmin] >= 1)
	    {
			if(IsPlayerInAnyVehicle(playerid))
			{
					new vid = GetPlayerVehicleID(playerid);
					AddVehicleComponent(vid, 1087);
					AddVehicleComponent(vid, 1010);
					AddVehicleComponent(vid, 1086);
					AddVehicleComponent(vid,Wheels[random(17)]);
					return 1;
			}
			else
			{
				SendClientMessage(playerid,COLOR_WHITE,"Trebuie sa fii intr-o masina pentru a adauga tunning.");
				return 1;
			}
		}
	}
i think was that, so i delete that from my gamemode.. I think was that because, when i use /tune, on a car, the game was blocking me..or when a car uses /tune, before this, and i use /getcar, to get my car on my position, the game block me again..but, after i delete that, do the same..so i put a 2-3 other player to enter on the server and tell me that them are blocking, and isn't blocking at them..so i think was my GTA SA's fault, but isn't, in MTA doesn't do the same, on the other gamemode doesn't do the same..so, if u had that problem, or need some code, please tell me, with what i'm wrong..

Код HTML:
Second Problem was solved by deleting "~b~"
I'm start using
Код:
Raven's Roleplay 0.3c
for at least 2 years[now is 0.3x, and i do a lot of work at this]..but now i delete that Decoders..i don't think the problem is at the decoders..

So, if u have any ideas, anything possibly, something, that, i was mistaken..so i can solve this f***** problem..Thanks

Another Problem
Код:
public Freeze(playerid)
{
    TogglePlayerControllable(playerid, false);
    return 1;
}
that is when a new player enter on the server, to lock him in the coordonates at the Imigration Center, [Airport Los Santos]..and on my server lock everyone..how can i do, to lock just the new player..not me or other player..
Reply


Messages In This Thread
Crash Problem - by MMickey - 11.05.2013, 10:02
Re: Crash Problem - by MMickey - 12.05.2013, 09:22
Re: Crash Problem - by Kwarde - 12.05.2013, 09:28
Re: Crash Problem - by MMickey - 12.05.2013, 13:36
Re: Crash Problem - by MMickey - 14.05.2013, 12:57
Re: Crash Problem - by MMickey - 15.05.2013, 10:37
Re: Crash Problem - by Rock - 15.05.2013, 11:03
Re: Crash Problem - by MMickey - 16.05.2013, 03:43
Re: Crash Problem - by MMickey - 16.05.2013, 13:28
Re: Crash Problem - by kiloman3 - 16.05.2013, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)