11.05.2013, 10:02
(
Последний раз редактировалось MMickey; 18.05.2013 в 10:10.
)
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 :
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..
I'm start using
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
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..
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; } } }
Код HTML:
Second Problem was solved by deleting "~b~"
Код:
Raven's Roleplay 0.3c
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; }