Damage
#1

Hey, I've created weapons on my selfmade gamemode. But well, mates connecting to it via hamachi but well we testet it and we dont lose HP if we are shooting each other, or getting rotored by the helicopter etc.
Only if the car exploses
Reply
#2

Check your teams, if players' teams are matching they can't hurt each other.

Simple fix
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerTeam(playerid,playerid);
    return 1;
}
Reply
#3

Quote:
Originally Posted by SilentHuntR
Посмотреть сообщение
Check your teams, if players' teams are matching they can't hurt each other.

Simple fix
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerTeam(playerid,playerid);
    return 1;
}
Hi, thanks first for your fast answer
I dont get it that right, why SetPlayerTeam :O
Should be for all. That they can do DM. Going to do a Reallife Server, just cant lose HP if we're shooting each other.
Saw it working on other Roleplay Servers
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)