29.08.2009, 07:19
second argument of that function should be an integer, not an array
try this:
try this:
pawn Код:
for (new vehicle, size = sizeof(vid); vehicle < size; vehicle++)
{
if (IsPlayerInVehicle(playerid, vid[vehicle]))
{
// some code
}
}