GM help
#1

I downloaded a GM from this forum that i liked and im translating it.It's RP but i want to change something at it.

There are cars that are free and i want to put the /rent command on them and take some out and i got no ideea how to do this

Im new to scripting and learning so please help.

If u want to PM me with you're Email,Skype etc... to offer me further support it will be awesome

With Respect !
The Eagle
Reply
#2

i have Raven's Roleplay 0.3c i updated it to 0.3e ... I want to remove some cars,not something from the cars

any car i go on i can drive,even the faction ones
Reply
#3

there should be something like this in your script
pawn Код:
new rentcar[23]; or something like that xD
rentcar[0] =
-
rentcar[23] =
It is your job to find the car under ongamemodeint, and add infront of it
pawn Код:
rentcar[24] =(like i said i dont know the number of rentcars, you can modity that0
Then when you login and go to that car, it should be rentable
Reply
#4

what about the faction cars? anybody can drive them like the PD,Mafia cars.
Reply
#5

pawn Код:
copcar[1] =
I dont know the others
Reply
#6

ok found this stuff

copcar[0] = AddStaticVehicleEx(599,616.1244,-601.7048,17.4214,271.5325, -1, -1, 30000); // Cop cruiser (Dillimore) 16
vicecar[0] = AddStaticVehicleEx(426,158.4755,-1751.1315,4.6460,1.3559,0,0, 30000); // La Vice Premier 17
vicecar[1] = AddStaticVehicleEx(426,158.3176,-1758.2914,4.4283,356.8665,0,0, 30000); // La Vice Premier 18

etc... what do i change ?
Reply
#7

If you want the cars to be faction owned, then put copcar[next number] = in front of a car
or other faction cars
Reply
#8

copcar[0] = AddStaticVehicleEx(599,616.1244,-601.7048,17.4214,271.5325, -1, -1, 30000); // Cop cruiser (Dillimore) 16
vicecar[1] = AddStaticVehicleEx(426,158.4755,-1751.1315,4.6460,1.3559,0,0, 30000); // La Vice Premier 17
vicecar[2] = AddStaticVehicleEx(426,158.3176,-1758.2914,4.4283,356.8665,0,0, 30000); // La Vice Premier 18

or

copcar[next number] = AddStaticVehicleEx(599,616.1244,-601.7048,17.4214,271.5325, -1, -1, 30000); // Cop cruiser (Dillimore) 16
vicecar[next number] = AddStaticVehicleEx(426,158.4755,-1751.1315,4.6460,1.3559,0,0, 30000); // La Vice Premier 17
vicecar[next number] = AddStaticVehicleEx(426,158.3176,-1758.2914,4.4283,356.8665,0,0, 30000); // La Vice Premier 18

Sorry for the noob questions
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)