Problem with a variable
#2

Код:
dcmd_respawncars(playerid, params[])
{
	#pragma unused params
	for(new i=0; i <= MAX_VEHICLES; i++) SetVehicleToRespawn(i); //error line
	return 1;
}
You used wrong tag.
use ; instead of ,
Reply


Messages In This Thread
Problem with a variable - by sobolanux - 01.05.2010, 09:30
Re: Problem with a variable - by maij - 01.05.2010, 09:32
Re: Problem with a variable - by sobolanux - 01.05.2010, 09:38
Re: Problem with a variable - by maij - 01.05.2010, 09:43

Forum Jump:


Users browsing this thread: 2 Guest(s)