|
|
#311 |
|
Little Clucker
Join Date: May 2011
Posts: 20
Reputation: 0
|
I know one bug ... go to lspd and join in one car of lspd and after type /rentcar and /unrentcar .. and you will see the results. Please, check this .. is a bug
And another one is .. you can drive cars from dealership and this is a bug or can be fixed |
|
|
|
|
|
#312 |
|
Banned
![]() Join Date: Apr 2011
Location: Sweden
Posts: 486
Reputation: 23
|
is not a bug on dealership :P i can fix so you cant start engine
|
|
|
|
|
|
#313 |
|
Banned
![]() Join Date: Apr 2011
Location: Sweden
Posts: 486
Reputation: 23
|
all that my User ravens Rcon to change a guy goes into the server groups and try to login as rcon
ban him if you see him on your server Pic here
|
|
|
|
|
|
#314 |
|
Big Clucker
![]() ![]() Join Date: Sep 2011
Location: Pakistan
Posts: 81
Reputation: 0
|
Dude can you tell me how to set an event and if a biz is out of stock to to get it on stock and when i /engine to start it shows me starting vehicle engine but nothing happens please reply!
|
|
|
|
|
|
#315 |
|
Little Clucker
![]() Join Date: Jul 2011
Posts: 5
Reputation: 0
|
I see that u have a new feature /v plate [text] problem is when i use it it sais "You have no more VPN changes" or something, would you mind telling me how to use this, I ve looked in script but couldnt find anything
PS: Nice GM |
|
|
|
|
|
#316 |
|
Banned
![]() Join Date: Apr 2011
Location: Sweden
Posts: 486
Reputation: 23
|
|
|
|
|
|
|
#317 |
|
Big Clucker
![]() ![]() Join Date: Aug 2011
Location: Hungary
Posts: 55
Reputation: 5
|
If you could update the engine system to a 0.3c system, it would be very, very good..
Like this: http://forum.sa-mp.com/showthread.php?t=197115 -best Or this : http://forum.sa-mp.com/showthread.php?t=194228Or this : http://forum.sa-mp.com/showthread.php?t=195516Or this : http://forum.sa-mp.com/showthread.php?t=194636And include to the .pwn , a Vehicle-Plate system Like this: http://forum.sa-mp.com/showthread.php?t=205206 And use new speedo+fuel system: Like this: http://forum.sa-mp.com/showthread.php?t=244007 It would be wonderful ![]() Most important: Fix the /engine ! In thiw way: Code:
if(!strcmp(cmd, "/engine", true))
{
if(IsPlayerConnected(playerid))
{
if(IsPlayerInAnyVehicle(playerid))
{
if(!engineOn[GetPlayerVehicleID(playerid)])
{
if(GetPlayerState(playerid) == PLAYER_STATE_PASSENGER) return 1;
if(pveh == 510 || pveh == 462 || pveh == 481 || pveh == 509) return 1;
if(IsARentableBike(idcar))
{
if(HireCar[playerid] != idcar) return 1;
}
if(IsAHarvest(idcar)) return 1;
if(IsADrugHarvest(idcar)) return 1;
if(IsASweeper(idcar)) return 1;
if(IsASalesVehicle(idcar)) return 1;
if(CanTurnEngine[playerid] != idcar && CanTurnEngine[playerid] == 9999)
return SendClientMessage(playerid, COLOR_GREY,"* You cannot turn this car's engine!");
format(string, sizeof(string), "* %s spins a key and tries to start vehicle engine.", sendername);
ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,COLOR_CHAT5);
if(PlayerInfo[playerid][pAdmin] < 1337 && PlayerInfo[playerid][pAdminDuty] == 1)
{
SetTimerEx("StartingTheVehicle",1,0,"i",playerid);
}
else
{
SetTimerEx("StartingTheVehicle",3500,0,"i",playerid);
}
GameTextForPlayer(playerid, "~w~Starting vehicle engine...",3500,3);
gEngine[playerid] = 1;
new y, m, d;
new h,mi,s;
getdate(y,m,d);
gettime(h,mi,s);
format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s [CMD] -> /engine",d,m,y,h,mi,s,sendername);
CommandLog(string);
return 1;
}
else if(engineOn[GetPlayerVehicleID(playerid)])
{
if(GetPlayerState(playerid) == PLAYER_STATE_PASSENGER) return 1;
if(pveh == 510 || pveh == 462 || pveh == 481 || pveh == 509) return 1;
if(IsARentableBike(idcar))
{
if(HireCar[playerid] != idcar) return 1;
}
if(IsAHarvest(idcar)) return 1;
if(IsADrugHarvest(idcar)) return 1;
if(IsASweeper(idcar)) return 1;
if(CanTurnEngine[playerid] != idcar && CanTurnEngine[playerid] == 9999)
return SendClientMessage(playerid, COLOR_GREY,"* You cannot turn this car's engine!");
format(string, sizeof(string), "* %s spins a key and turns off the engine.", sendername);
ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,COLOR_CHAT5);
GameTextForPlayer(playerid, "~w~Engine Turned Off.",3500,3);
gEngine[playerid] = 0;
engineOn[GetPlayerVehicleID(playerid)] = false;
TogglePlayerControllable(playerid, 0);//// ath the dealship's in the game, you can go there and try to get a car, buy when you do /v it spawns you a car, but you can take it away, idk how you can buy it,can you fix it where they cant leave with the car, they have to buy it first?
new y, m, d;
new h,mi,s;
getdate(y,m,d);
gettime(h,mi,s);
format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s [CMD] -> /engine",d,m,y,h,mi,s,sendername);
CommandLog(string);
return 1;
}
}
}
return 1;
}
Last edited by konorbi3; 30/09/2011 at 05:30 PM. |
|
|
|
|
|
#318 |
|
Big Clucker
![]() ![]() Join Date: Sep 2011
Location: France
Posts: 75
Reputation: -4
|
Robin please can you help In the command of (/credits) !? it's not working
|
|
|
|
|
|
#319 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Jul 2011
Location: Luanda, Angola
Posts: 589
Reputation: 47
|
I downloaded and tested the gm and found a bug into the Yamaguchi's and bratva HQ.
Also, does someone know why some interiors aren't finished? Thank you in advance |
|
|
|
|
|
#320 |
|
Little Clucker
![]() Join Date: Sep 2011
Posts: 7
Reputation: 0
|
My server got bug when i use this script i crash when i login it happens more in jefferson i need help pls
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Raven's RolePlay HELP PLEASE :) | rokata555 | Help Archive | 1 | 11/05/2011 08:49 AM |
| Raven's Roleplay Need HELP! | Karl115 | Help Archive | 7 | 27/05/2010 09:13 PM |