can somebody plz tell me how to make the cars re spawned after 2 minutes if no1 entered them in last 2 mins.and is it possible to change cars spawn point after restarting the server but without change them from .pwn
and is it possible to change cars spawn point after restarting the server but without change them from .pwn
Yes and no. You can change the spawns of vehicles but you would need to put the data (vehicleid, modelid, coords) in a file or database and load them from there - which requires you changing the .pwn (once only). Once the PAWN file has been changed to spawn vehicles from a database/file it wont need changing again, but to change the spawns you would need to edit the database/file.