Posts: 18
Threads: 4
Joined: Jan 2009
Reputation:
0
hey , im editing a gamemode [LA-RP] and i want to increase the police cars or fire trucks but when i add more the server bugs. I can only use those they have. [example : there are 5 pd cars and when i add 2 more it bugs] .
Do you know if i need to change something or there is a limit pls?
thanks and sorry for bad english
Posts: 331
Threads: 76
Joined: Aug 2008
Reputation:
0
the bug you are talking about is it that the cars IDS are mixed up? and some cars that are Fire become Ambulance etc?
Posts: 18
Threads: 4
Joined: Jan 2009
Reputation:
0
Anyone knows pls what i need to do?
Posts: 22
Threads: 8
Joined: Mar 2009
Reputation:
0
Just add in your GamoMode Script...
Search for OnGameModeInit
Then
AddStaticVehicle(playerid,ID,x,y,z,c1,c2);
Posts: 18
Threads: 4
Joined: Jan 2009
Reputation:
0
My problem is not how to add a normal car that it easy but how to add more faction cars without bugging the server (the id's gets mixed , you enter in a police car and it tells me stealing an ambulance.) because when i edited, i put more than how much there was.
i think i need to change something from the gamemode but i don't know. HELP :P