I need a little bit help
#1

hi,
I'm using lordscars and scriptet a little bit in there. But now i wan't to add carowners and this is my code:

Код:
for(new i=0;i<MAX_PLAYERS;i++)
  {
	new vehicleid = GetPlayerVehicleID(i);
  new ename[256];
  new name = GetPlayerName(playerid, ename, sizeof(ename));
	if(CarInfo[vehicleid][carsowner] = name)
	{
  CarInfo[carsid][carslocked] = 0;
  SetVehicleParamsForPlayer(vehicleid, playerid, 0, 0);
	}
	else
	{
	CarInfo[vehicleid][carslocked] = 1;
	SetVehicleParamsForPlayer(vehicleid, playerid, 0, 1);
	RemovePlayerFromVehicle(playerid);
	}
  }
And i get this error:

Код:
warning 211: possibly unintended assignment
on this line:
Код:
if(CarInfo[vehicleid][carsowner] = name)
Reply


Messages In This Thread
I need a little bit help - by kevin433 - 22.09.2008, 16:13
Re: I need a little bit help - by Donuts - 22.09.2008, 16:18
Re: I need a little bit help - by bogeymanEST - 22.09.2008, 16:28
Re: I need a little bit help - by kevin433 - 22.09.2008, 16:45
Re: I need a little bit help - by kevin433 - 22.09.2008, 17:54
Re: I need a little bit help - by Donuts - 22.09.2008, 18:02
Re: I need a little bit help - by kevin433 - 22.09.2008, 18:20
Re: I need a little bit help - by Softdrink - 13.02.2009, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)