SA-MP Forums Archive
Script Request Thread - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Script Request Thread (/showthread.php?tid=40897)

Pages: 1 2 3 4 5 6 7 8 9


Re: Script Request Thread - sleejay - 07.01.2009

Quote:
Originally Posted by ledzep
You'd probably want to look into finding some weird, freaky weatherID's and their times.

Also you can overlay the entire screen with a textdraw and make it flash all different colours really fast lol.
How would I do a textdraw? Do I need the weatherids?


Re: Script Request Thread - sebvarvar - 07.01.2009

A Filterscript to save the skin the player chooses?
Help...Please
Is for RPG GameMode


Re: Script Request Thread - mini-d - 08.01.2009

using YSF i have a few requests

Adding server rules that state:
online admins,total objects,total teles,total vehicles,total amount of lines in all scripts
Targeting Certain players gravity for rcon admins eg
/setpgraviry id grav

Thanks in advance


Re: Script Request Thread - Nero_3D - 08.01.2009

Quote:
Originally Posted by hamptonin
i has my question:

how can i create example i print everything i entered in the Function

like if i use: Function(1,3,2,5,4,76,9,8,0);

how can i print it?
pawn Код:
PrintDigitalArguments(...)
{
    new n = numargs(), i, tmp[128];
    for(i = 0; i < n; i++) format(tmp, sizeof tmp, "%s, %c", tmp, getarg(i));
    printf("Function(%s)", tmp[2]);
}
Quote:
Originally Posted by hamptonin
and can i use to "text"
pawn Код:
#define getarray(%1,%2) \
    do \
    { \
        static _c = false; \
        for(_c = 0; %2[_c] != 0;) %2[_c++] = false; \
        for(_c = 0; getarg(%1, _c) != 0;) %2[_c] = getarg(%1, _c++); \
    } \
    while(%1 == -1)
pawn Код:
PrintArrayArguments(...)
{
    new n = numargs(), i, tmp[128], save[16];
    for(i = 0; i < n; i++)
    {
        getarray(i, save);
        format(tmp, sizeof tmp, "%s, \"%s\"", tmp, save);
    }
    printf("Function(%s)", tmp[2]);
}



Re: Script Request Thread - pidar - 08.01.2009

I'm looking for RUSSIAN scripter or English speaking scripter aget above 17 for making a server with Godfather mod. ICQ 289845008


Re: Script Request Thread - Ov3r - 09.01.2009

I`m a noob in pawno , so I want some help.
So: http://www.imagehosting.ro/images/j0...cgubt3tom3.png
This is the SS ... Look at the map.There are Triangles and Squares...And they have faction colors .
But in my GF server there aren`t these Triangles and Squares . It isn`t any of these..
So,I want a lil` bit of help to make it done.
Like "
Код:
You must add these lines on the line "ABC":
Line 1
Line 2
...
...
"

La Cosa Nostra - Orange
Medics/Firemen - LightRed
Taxi - Yelow
NG - Blue
P.D - Blue
F.B.I - Grey
License Faction - LightBlue
News Reporter - Purple
Civillians - White
Hitman - Black
Yakuza - Green


Re: Script Request Thread - Snyper18 - 09.01.2009

I think you mean you want the people to see them.

Go to " OnGameModeint" And switch
ShowPlayerMarkers(0)
To ShowPlayerMarkers(1)


And to switch the colors, Check the top of the script
Then take the Orange colors etc, And replace the faction colors with them.


Re: Script Request Thread - Ov3r - 09.01.2009

I dont find it in gf.pwn ...
Can you make a ss?


Re: Script Request Thread - Rome101 - 09.01.2009

How do I make duel guns un-dueled?


Re: Script Request Thread - Danut - 09.01.2009

Ov3r where are you from ?
add me at danutmoro@yahoo.com to make it to works ......


Re: Script Request Thread - [RP]Rav - 05.03.2009

I guess it would give them a fine or ticket.. police officers use those to correct peoples behaviour.. there's plenty of them around if you search.


Re: Script Request Thread - Cookie_CreeMy - 05.03.2009

Quote:

Hi, Dear Scripters, can you make 1 cool filterscript??
The filterscript i need is the 10 level filterscript but its player level
for 1,000,000 can buy 1st level and can use /count command (the player is starting a count from 5 to 0)
Then 2nd level cost 2,000,000$ and can use command /flip (flip players vehicle)
3rd level cost 3,000,000 and can use command /repair (Repair players vehicle)
4th level cost 4,000,000$ and can use command /jp (give player jetpack)
5th level cost 5,000,000$ and can use command /hp (restore players Health to 100%)
6th level cost 6,000,000$ and can use command /ramp (make a ramp in front of themselves)
7th level costs 7,000,000$ and can use command /pjobs (tune a player car with paintjobs)
8th level costs 8,000,000$ and can use command /weapon (give player weapon-UZI)
9th level costs 9,000,000$ and can use command /ip (look players ip)
10th level costs 10,000,000$ and can use command /ban (everybody knows what it means)
And /savelvl command (to save player level) forever saves in text file. Please make it. I really need it. Please

Hi again who can change level system ?
/ramps command to http://forum.sa-mp.com/index.php?topic=41866.0
/kick to http://forum.sa-mp.com/index.php?topic=90882.0
/ip to http://forum.sa-mp.com/index.php?topic=50627.0
/ban to open this gates:
CreateObject(16773, -1898.238892, -1671.177979, 22.864832, 0.0000, 0.0000, 89.3814);//closed
CreateObject(16773, -1898.253662, -1672.676270, 17.414892, 0.0000, 0.0000, 89.3814);//opened

With open and close password "/gatesz2568"
The pastebin is HERE !



Re: Script Request Thread - 4angalis - 05.03.2009

yes me too need that level script with that new commands please make it scripter pleaseee


Re: Script Request Thread - Nero_3D - 05.03.2009

http://pastebin.com/m1aacae6d

without gates (no reason to add it to a level system) now it have a /plhelp (who ever need it)
than I notice that the anti fall off bike dont work always, why ever


Re: Script Request Thread - 4angalis - 05.03.2009

but i very need that gates in please make gates too pleaseeeee


Re: Script Request Thread - Scoots - 05.03.2009

please make it with that gates pleasee i very need it for RP server


Re: Script Request Thread - Nero_3D - 05.03.2009

There are x tousend fucking easy gates tutorials, if you want to add them add it to your rp but I dont will add it to the PlayerLevels script


Re: Script Request Thread - 4angalis - 05.03.2009

ok then create in player levels if do not have 10 lvl cant use gates passwoard and gates i insert in my script


Re: Script Request Thread - pkruneiljas - 05.03.2009

can somebody say me, how can i open the Gates.


Re: Script Request Thread - 4angalis - 05.03.2009

yes when he make in player levels that command i say you gates pass