08.04.2010, 16:04
Hey, When people exited a plane or a cop car. They get a parachute or a shotgun. It's verry annoying my anticheat kicks them.
Is there something to disable that?
Is there something to disable that?
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if (newstate == PLAYER_STATE_DRIVER)
{
if (GetVehicleModel(GetPlayerVehicleID(playerid)) == 599)
{
GivePlayerWeapon(playerid, 25, -5);
}
}
return 1;
}
Originally Posted by Thrarod
Then you cant, it seems your anticheat kick weps given else than ammunations and GivePlayerWeapon so no way to disable!
|