How to check if there's a number in a string and get that number as a variable
#6

Quote:
Originally Posted by [ABK]Antonio
Посмотреть сообщение
Where are you getting v from? Are you looping through the players selectable vehicles that are stored in an array?
Yes
Код:
for(new v = 0; v < MaxPersonalVehicles; v++)
	{
		if(playerpersonalVehicle[v])
		{
                         .............
                 }
        }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)