29.08.2009, 08:04
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
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}
};

