Vehicles spawning from a file
#5

Код:
if(!dini_Isset(filename[],key[]))continue;
will check if the key exists and if not continue the loop
but if you have cars in order from 0 then you might be better to use "break"
as once the key dosent exist then there are no more veh lines so kill the loop
Код:
if(!dini_Isset(filename[],key[]))break;
Reply


Messages In This Thread
Vehicles spawning from a file - by Faith - 22.06.2010, 15:41
Re: Vehicles spawning from a file - by Faith - 22.06.2010, 17:52
Re: Vehicles spawning from a file - by (SF)Noobanatior - 22.06.2010, 18:17
Re: Vehicles spawning from a file - by Faith - 22.06.2010, 18:20
Re: Vehicles spawning from a file - by (SF)Noobanatior - 22.06.2010, 18:39
Re: Vehicles spawning from a file - by Faith - 22.06.2010, 18:52
Re: Vehicles spawning from a file - by (SF)Noobanatior - 22.06.2010, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)