[Include] Insanity Vehicles Groups
#13

hello

This is a really nice script! But i have some questions
To add vehicles for, we say group 3, do i do like this?
pawn Код:
AddGroupedVehicle(476,3,-1511.3623,-164.6398,14.8441,11.8009,6,6,true);
And how do i put players in groups?
if OnPlayerSpawn, what do i need to put in here to make members and leader of team 3 be on group 3?
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(Member[playerid] == 3)
    {
        SetPlayerColor(playerid,COLOR_YELLOW);
        SetPlayerTeam(playerid, 3);
        SetPlayerSkin(playerid, 255);
        SetPlayerPos(playerid, -1468.5074,-206.8094,14.1484);
        GivePlayerWeapon(playerid,36,60); //HS Rocket Launcher **
        GivePlayerWeapon(playerid,27,100); //Combat Shotgun
        GivePlayerWeapon(playerid,30,200); //AK-47
        SendClientMessage(playerid,COLOR_YELLOW,"Combat Team: Thunderbirds.");
    }
    if(Leader[playerid] == 3)
    {
        SetPlayerColor(playerid,COLOR_YELLOW);
        SetPlayerTeam(playerid, 3);
        SetPlayerSkin(playerid, 61);
        SetPlayerPos(playerid, -1468.5074,-206.8094,14.1484);
        GivePlayerWeapon(playerid,36, 75); //HS Rocket Launcher **
        GivePlayerWeapon(playerid,27, 100); //Combat Shotgun
        GivePlayerWeapon(playerid, 38, 100); //Minigun
        GivePlayerWeapon(playerid, 30, 350); //AK-47
        /*SendClientMessage(playerid,COLOR_YELLOW,"Combat Team: Thunderbirds.");*/
    }
    return 1;
}
Reply


Messages In This Thread
Insanity Vehicles Groups - by CyNiC - 10.01.2011, 02:36
Re: Insanity Vehicles Groups - by Lorenc_ - 10.01.2011, 03:42
Re: Insanity Vehicles Groups - by TheYoungCapone - 10.01.2011, 03:44
Re: Insanity Vehicles Groups - by ғαιιοцт - 10.01.2011, 03:55
Re: Insanity Vehicles Groups - by Mr.Stranger - 10.01.2011, 04:39
Re: Insanity Vehicles Groups - by CyNiC - 10.01.2011, 14:52
Re: Insanity Vehicles Groups - by Kwarde - 10.01.2011, 14:56
Re: Insanity Vehicles Groups - by CyNiC - 10.01.2011, 16:04
Re: Insanity Vehicles Groups - by Kwarde - 10.01.2011, 16:05
Re: Insanity Vehicles Groups - by CyNiC - 10.01.2011, 16:07
Re: Insanity Vehicles Groups - by Kwarde - 10.01.2011, 16:10
Re: Insanity Vehicles Groups - by CyNiC - 12.01.2011, 04:00
Re: Insanity Vehicles Groups - by cruising - 01.06.2011, 01:48
Re: Insanity Vehicles Groups - by CyNiC - 01.06.2011, 12:41
Re: Insanity Vehicles Groups - by Raimis_R - 01.06.2011, 12:51
Re: Insanity Vehicles Groups - by cruising - 03.06.2011, 00:48
Re: Insanity Vehicles Groups - by xalith - 03.06.2011, 19:18
Re: Insanity Vehicles Groups - by Iphone1234g - 04.06.2011, 05:28
Re: Insanity Vehicles Groups - by DjoleRazbijac - 24.05.2012, 21:06

Forum Jump:


Users browsing this thread: 1 Guest(s)