Re: Script Request Thread #3

Can some1 make four car commands? /flip /fix /lock /unlock
Thanks
Reply

Quote:
Originally Posted by |»Lynax«| Kerim™ TR | C-
Can some1 make four car commands? /flip /fix /lock /unlock
Thanks
http://wiki.sa-mp.com
Reply

Hello guys i need help with 1 command

ok let me explain

command should be /number [number 1-3]

so when player stand in pickup ArmsDJob (that i created)
and he write /number 1 it will show 1 of my textdraws i maded ...

anyway about this textdraws dont matter so much , just help me how to do if playerstand in pickups ex: Pickup = ArmsDJob and he write
/number [number 1-3] there should something happened can you do jsut start of command for me ? i will add text draws on my own

TY for any help
Reply

can anyone make me a Simple to use Tutorial system please? ive found one but the link is broken and its only for SA-MP 0.2x , thank you.
Reply

Can someone create a FS with /v get and /v park like ls-rp please but make it capable for LARP GM
Reply

Ok. I need an Army Convoy mission Script Please.

Details: Just like this GTA SA:MP Above Ultimate - Convoy Mission Watch the video, thats what I want.

The only cars that can be used in the convoy mission is Sultan, Patriots, Barracks Limo and Hunter.

The two main vehicles that will load/ refuel will be the limo and barracks.

I also need a chat system while doing the convoy. A /cc (text).
Reply

Sorry for offtopic, but I must say:

I play on AU too
Reply

Quote:
Originally Posted by Lajko1
Hello guys i need help with 1 command

ok let me explain

command should be /number [number 1-3]

so when player stand in pickup ArmsDJob (that i created)
and he write /number 1 it will show 1 of my textdraws i maded ...

anyway about this textdraws dont matter so much , just help me how to do if playerstand in pickups ex: Pickup = ArmsDJob and he write
/number [number 1-3] there should something happened can you do jsut start of command for me ? i will add text draws on my own

TY for any help
can someone help me with this ? asking second time
Reply

Quote:
Originally Posted by Gangsta50
Ok. I need an Army Convoy mission Script Please.

The only cars that can be used in the convoy mission is Sultan, Patriots, Barracks Limo and Hunter.

The two main vehicles that will load/ refuel will be the limo and barracks.

I also need a chat system while doing the convoy. A /cc (text).
I would do it, but I don't understand what exactly is going on in the video. Be more descriptive.
Reply

I need vehicles for my server (I just have spawner, no vehicles )
Okay, It should be cars,bikes, hydras, hunters, rustlers (every vehicles).
Thanks!
Reply

Quote:
Originally Posted by Lilcuete
Can someone create a FS with /v get and /v park like ls-rp please but make it capable for LARP GM
Yes please.
Reply

i need setplayerhealth command
For example.

/setplayerhealth (id) (hp)

but for only Rcon admins help me plz
Reply

pawn Код:
if(strcmp(cmd, "/sethp", true) == 0)
    {
      if(IsPlayerConnected(playerid))
      {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /sethp [playerid/PartOfName] [health]");
                return 1;
            }
            new playa;
            new health;
            playa = ReturnUser(tmp);
            tmp = strtok(cmdtext, idx);
            health = strval(tmp);
            if (IsPlayerAdmin(playerid))
            {
              if(IsPlayerConnected(playa))
              {
                if(playa != INVALID_PLAYER_ID)
                {
                        new string[256];
                        SetPlayerHealth(playa, health);
                        GetPlayerName(playa, giveplayer, sizeof(giveplayer));
                        GetPlayerName(playerid, sendername, sizeof(sendername));
                        format(string, 256, "AdmWarning: %s has set %s's hp to %d.", sendername,giveplayer,health);
                        SendClientMessageToAll(COLOR_GREY,string);
                    }
                }
            }

        }
        return 1;
    }
You need to include dutils.inc to use this command
Reply


Command that kicks player if hes name is longer than 12 letters. ( I know max is 20 )
Like:

You are kicked from this server: Too Long Name ( Max 12 Chars )

- Thanks, Jofi
Reply

Quote:
Originally Posted by Gangsta50
Ok. I need an Army Convoy mission Script Please.

Details: Just like this GTA SA:MP Above Ultimate - Convoy Mission Watch the video, thats what I want.

The only cars that can be used in the convoy mission is Sultan, Patriots, Barracks Limo and Hunter.

The two main vehicles that will load/ refuel will be the limo and barracks.

I also need a chat system while doing the convoy. A /cc (text).
Explain better please about /cc (text)
By the way:I will try make this ''Convoy Mission'' For you
Reply

Quote:
Originally Posted by NickTheScript
Explain better please about /cc (text)
[/quote]

I think he mean that you can chat with other players doing this mission with /cc.
Reply

can someone make me a roadblock command for a non gf edit, (it is a script i am making from scratch)..

but i need to be able to add TWO roadblocks and be able to remove those two roadblocks
Reply

I cant make that ''Convoy mission''
btw i will try make roadblock for you
Reply

Quote:
Originally Posted by NickTheScript
I cant make that ''Convoy mission''
btw i will try make roadblock for you
]
Thank you. could you send it in private message to me?
Reply

I private messaged you... and no problem i like to scripting helping lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)