[FilterScript] Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)!
#37

TOPO:
PHP код:
new IsABike(carid); 
PHP код:
public IsABike(carid)
{
    if(
carid==522||carid==521||carid==468||carid==581||carid==461||carid==463||carid==586||carid==523)
    {
        return 
1;
    }
    return 
0;

ONPLAYERCOMMANDTEXT:
PHP код:
if (strcmp("/capacete"cmdtexttrue10) == 0)
        {
        if(
IsABikes(GetPlayerVehicleID(playerid)))
        {
            switch(
GetPlayerSkin(playerid))
            {
                
#define SPAO{%0,%1,%2,%3,%4,%5} SetPlayerAttachedObject(playerid, SLOT, 18645, 2, (%0), (%1), (%2), (%3), (%4), (%5));
                
case 06574149208273:  SPAO{0.0700000.0000000.00000088.00000075.0000000.000000}
                case 
1..6814162227293341..4982..848687119289SPAO{0.0700000.0000000.00000088.00000077.0000000.000000}
                case 
710SPAO{0.0900000.0199990.00000088.00000090.0000000.000000}
                case 
9SPAO{0.0599990.0199990.00000088.00000090.0000000.000000}
                case 
11..13SPAO{0.0700000.0199990.00000088.00000090.0000000.000000}
                case 
15SPAO{0.0599990.0000000.00000088.00000082.0000000.000000}
                case 
17..21SPAO{0.0599990.0199990.00000088.00000082.0000000.000000}
                case 
23..262830..3234..3957589899104..118120..131SPAO{0.0799990.0199990.00000088.00000082.0000000.000000}
                case 
40SPAO{0.0500000.0099990.00000088.00000082.0000000.000000}
                case 
50100..103148150..189222SPAO{0.0700000.0099990.00000088.00000082.0000000.000000}
                case 
51..54SPAO{0.1000000.0099990.00000088.00000082.0000000.000000}
                case 
5556636466..73757678..81133..143147190..207209..219221247..272274..288290..293SPAO{0.0700000.0199990.00000088.00000082.0000000.000000}
                case 
59..62SPAO{0.0799990.0299990.00000088.00000082.0000000.000000}
                case 
77SPAO{0.0599990.0199990.00000087.00000082.0000000.000000}
                case 
858889SPAO{0.0700000.0399990.00000088.00000082.0000000.000000}
                case 
90..97SPAO{0.0500000.0199990.00000088.00000082.0000000.000000}
                case 
132SPAO{0.0000000.0199990.00000088.00000082.0000000.000000}
                case 
144..146SPAO{0.0900000.0000000.00000088.00000082.0000000.000000}
                case 
220SPAO{0.0299990.0199990.00000088.00000082.0000000.000000}
                case 
223246SPAO{0.0700000.0500000.00000088.00000082.0000000.000000}
                case 
224..245SPAO{0.0700000.0299990.00000088.00000082.0000000.000000}
                case 
294SPAO{0.0700000.0199990.00000091.00000084.0000000.000000}
                case 
295SPAO{0.0500000.0199980.00000086.00000082.0000000.000000}
                case 
296..298SPAO{0.0649990.0099990.00000088.00000082.0000000.000000}
                case 
299SPAO{0.0649980.0199990.00000088.00000082.0000000.000000}
                
            }
        }
        else return 
SendClientMessage(playerid0xFF4040AA"Vocк nгo estб em uma moto.");
        return 
1;
        }
    if(
strcmp(cmd"/tirarcapacete"true) ==0)
    {
    
RemovePlayerAttachedObject(playeridSLOT);
        
SendClientMessage(playerid0xFF4040AA"Vocк Retirou o Capacete.");
        } 
Ou se quiser que apareзa ao entrar na moto insira o conteudo do /capacete no "OnPlayerEnterVehicle" que fica assim...

PHP код:
public OnPlayerEnterVehicle(playeridvehicleidispassenger)
{    
        if(
IsABike(GetPlayerVehicleID(playerid)))
        {
            switch(
GetPlayerSkin(playerid))
            {
                
#define SPAO{%0,%1,%2,%3,%4,%5} SetPlayerAttachedObject(playerid, SLOT, 18645, 2, (%0), (%1), (%2), (%3), (%4), (%5));
                
case 06574149208273:  SPAO{0.0700000.0000000.00000088.00000075.0000000.000000}
                case 
1..6814162227293341..4982..848687119289SPAO{0.0700000.0000000.00000088.00000077.0000000.000000}
                case 
710SPAO{0.0900000.0199990.00000088.00000090.0000000.000000}
                case 
9SPAO{0.0599990.0199990.00000088.00000090.0000000.000000}
                case 
11..13SPAO{0.0700000.0199990.00000088.00000090.0000000.000000}
                case 
15SPAO{0.0599990.0000000.00000088.00000082.0000000.000000}
                case 
17..21SPAO{0.0599990.0199990.00000088.00000082.0000000.000000}
                case 
23..262830..3234..3957589899104..118120..131SPAO{0.0799990.0199990.00000088.00000082.0000000.000000}
                case 
40SPAO{0.0500000.0099990.00000088.00000082.0000000.000000}
                case 
50100..103148150..189222SPAO{0.0700000.0099990.00000088.00000082.0000000.000000}
                case 
51..54SPAO{0.1000000.0099990.00000088.00000082.0000000.000000}
                case 
5556636466..73757678..81133..143147190..207209..219221247..272274..288290..293SPAO{0.0700000.0199990.00000088.00000082.0000000.000000}
                case 
59..62SPAO{0.0799990.0299990.00000088.00000082.0000000.000000}
                case 
77SPAO{0.0599990.0199990.00000087.00000082.0000000.000000}
                case 
858889SPAO{0.0700000.0399990.00000088.00000082.0000000.000000}
                case 
90..97SPAO{0.0500000.0199990.00000088.00000082.0000000.000000}
                case 
132SPAO{0.0000000.0199990.00000088.00000082.0000000.000000}
                case 
144..146SPAO{0.0900000.0000000.00000088.00000082.0000000.000000}
                case 
220SPAO{0.0299990.0199990.00000088.00000082.0000000.000000}
                case 
223246SPAO{0.0700000.0500000.00000088.00000082.0000000.000000}
                case 
224..245SPAO{0.0700000.0299990.00000088.00000082.0000000.000000}
                case 
294SPAO{0.0700000.0199990.00000091.00000084.0000000.000000}
                case 
295SPAO{0.0500000.0199980.00000086.00000082.0000000.000000}
                case 
296..298SPAO{0.0649990.0099990.00000088.00000082.0000000.000000}
                case 
299SPAO{0.0649980.0199990.00000088.00000082.0000000.000000}
                
            }
        }
        return 
1;

e o conteъdo do /tirarcapacete no OnPlayerExitVehicle, que fica assim

PHP код:
public OnPlayerExitVehicle(playeridvehicleid)
{
    
RemovePlayerAttachedObject(playeridSLOT);
    return 
1;

By Brendon
Reply


Messages In This Thread
Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by iansinho - 03.12.2010, 22:45
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by jhony test - 03.12.2010, 22:46
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by iansinho - 03.12.2010, 22:49
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by jhony test - 03.12.2010, 22:50
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by iansinho - 03.12.2010, 22:52
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by Macintosh - 03.12.2010, 22:55
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by iansinho - 03.12.2010, 23:02
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by jhony test - 03.12.2010, 23:05
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by KevinsL - 03.12.2010, 23:07
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by [Ips]Guh - 03.12.2010, 23:07
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by iansinho - 03.12.2010, 23:10
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by KevinsL - 03.12.2010, 23:19
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by iansinho - 03.12.2010, 23:35
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by RoamPT - 03.12.2010, 23:41
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by [Ips]Guh - 03.12.2010, 23:47
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by RoamPT - 03.12.2010, 23:52
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by iansinho - 04.12.2010, 00:01
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by jonas_gabriel - 04.12.2010, 00:03
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by [NWD]Jim._.Carrey - 04.12.2010, 02:15
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by Kasura - 04.12.2010, 03:19
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by Falcon. - 04.12.2010, 10:00
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by Kasura - 04.12.2010, 16:08
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by KevinsL - 04.12.2010, 22:50
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by [BR]Michael - 05.12.2010, 03:33
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by iansinho - 07.12.2010, 01:52
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by keller012 - 10.01.2011, 23:56
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by [Ips]Guh - 11.01.2011, 00:02
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by keller012 - 11.01.2011, 00:33
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by Strong_ADM - 11.01.2011, 01:11
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by lucas_mdr1235 - 15.01.2011, 22:27
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by [Ips]Guh - 15.01.2011, 22:29
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by leandro123456 - 16.01.2011, 00:14
Respuesta: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by ipsBruno - 16.01.2011, 00:21
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by lucas_mdr1235 - 16.01.2011, 00:58
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by Trinix_PoS [Bizu] - 16.01.2011, 11:50
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by bruno-style - 16.01.2011, 12:55
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by Brendon_Pawn - 24.09.2011, 17:22
Re: Colocar capacete automaticamente ao entrar moto! (Samp 0.3c)! - by StrondA_ - 24.09.2011, 17:53

Forum Jump:


Users browsing this thread: 11 Guest(s)