Question
#1

Can you create an "AC-130" or something like that with the " https://sampwiki.blast.hk/wiki/GetPlayerCameraFrontVector " feature?

Like,
OnPlayerKeyStateChange
blabla
if(newkeys & KEY_FIRE && InAC130[playerid])
{
//Stuff from wiki
}
return 1;
}

etc..
Or something close to that, would that work?;d
Reply
#2

You would use GetPlayerVehicleID(); and GetVehicleModel(); in an for loop to check if the player is in an certain vehicle or not.

There is another thread like this here.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)