Help with error :(
#1

Код:
public OnVehicleSpawn(vehicleid)
{
	for(new i=0;i <sizeof(HouseInfo);i++)
	{
	  if(vehicleid == i+1)
		{
		  ChangeVehicleColor(i+1, HouseInfo[i+1][hVcol1], HouseInfo[i+1][hVcol2]);
		  SetVehiclePos(i+1,HouseCarSpawns[i][hEntrancex],HouseCarSpawns[i][hEntrancey],HouseCarSpawns[i][hEntrancez]);
	 		SetVehicleZAngle(i+1,HouseCarSpawns[i][hEntrancerx]);
		}
	}
	return 1;
}
	SetTimer("TuneVehicle",1000,0);
}
C:\Documents and Settings\gebruiker\Bureaublad\RealLife.pwn(23242) : error 021: symbol already defined: "SetTimer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


Reply


Messages In This Thread
Help with error :( - by ownboy - 24.04.2009, 11:13
Re: Help with error :( - by OmeRinG - 24.04.2009, 11:34
Re: Help with error :( - by ownboy - 24.04.2009, 12:12

Forum Jump:


Users browsing this thread: 1 Guest(s)