15.06.2016, 12:49
Hey,
I got a problem with weapon-config include. Here is the problem: When you drive a car, somebody shoots at your car (Team's are different) and you dont get any damage from them. My friend has that problem too.
I got something like that.
Under the OnGameModeInit()
Under the OnPlayerRequestClass(playerid, classid)
Here is the include: https://github.com/oscar-broman/samp...pon-config.inc
Thanks in advance!
I got a problem with weapon-config include. Here is the problem: When you drive a car, somebody shoots at your car (Team's are different) and you dont get any damage from them. My friend has that problem too.
I got something like that.
Under the OnGameModeInit()
PHP код:
EnableVehicleFriendlyFire();
PHP код:
SetPlayerTeam(playerid, classid);
Thanks in advance!