SAM Sites not shooting (I use a filterscript to make them shoot)
#1

Here is the filterscript i use:
https://sampforum.blast.hk/showthread.php?tid=115695

I have SAM_start(); and i have added the SAM Sites, but they are not shooting?

Please reply fast
Reply
#2

DISCONTINUED SCRIPT

it says it all right their, its from 2009, i mean come on.
Why use such an old script?

also why do you always say "Please Replay Fast"
I dont think it helps...
Reply
#3

Is there any other script that you know that i could use? (And i can add sam sites to?)
Reply
#4

OK, I got it to work. But even with this code, it still shoots at the team (and i did put return 0;) i set it to NOT shoot at:
pawn Код:
public OnSamSiteUpdate(samid, playerid)
{
    if(samid == USA_Sam1)
    {
        if(GetPlayerTeam(playerid, TEAM_USA)) return 0;
    }
   
    if(samid == USA_Sam2)
    {
        if(GetPlayerTeam(playerid, TEAM_USA)) return 0;
    }
   
    if(samid == USA_Sam3)
    {
        if(GetPlayerTeam(playerid, TEAM_USA)) return 0;
    }
   
    if(samid == USA_Sam4)
    {
        if(GetPlayerTeam(playerid, TEAM_USA)) return 0;
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)