array help
#5

im still haveing the same problem


C:\Program Files\Rockstar Games\GTA San Andreas\samp sever\filterscripts\admin.pwn(154 : error 035: argument type mismatch (argument 2)


this is the hole code im useing


Код:
if (IsPlayerInVehicle(playerid, vid[vehicle]))
{
	if(gTeam[playerid] == TEAM_POLICE || ispassenger)
		{
		return 1;
		}
	else
  	{
		SendClientMessage(playerid, c_r, "[ ! ] This vehicle is for cops only !");
		GetPlayerPos(playerid,Float:LocX,Float:LocY,Float:LocZ);
		SetPlayerPos(playerid,Float:LocX,Float:LocY,Float:LocZ);
		return 1;
		}
	}
	}


new vid[9][1] = {
{472},
{473},
{493},
{595},
{484},
{430},
{453},
{446},
{454}
};
Reply


Messages In This Thread
array help - by sggassasin - 29.08.2009, 06:49
Re: array help - by ded - 29.08.2009, 06:53
Re: array help - by sggassasin - 29.08.2009, 06:54
Re: array help - by Zeex - 29.08.2009, 07:19
Re: array help - by sggassasin - 29.08.2009, 08:04
Re: array help - by M4S7ERMIND - 29.08.2009, 09:11
Re: array help - by ded - 29.08.2009, 09:13

Forum Jump:


Users browsing this thread: 1 Guest(s)