SA-MP Forums Archive
Script Request Thread #5 - 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)
+--- Thread: Script Request Thread #5 (/showthread.php?tid=187229)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34


Re: Script Request Thread #5 - Hade. - 05.11.2012

Hey i am in need of a scripter for my server that could do pretty easy things and fix some easy bugs, i cant pay in real money but i can do something... I really would need a scripter so please someone help! PM me.


Re: Script Request Thread #5 - PrisonRP - 06.11.2012

I'm in need of a pro mapper that can map some prison interiors for me, like Cell halls for a Prison RP server. Paying with paypal. SKYPE: Mrrpg123


Re: Script Request Thread #5 - IIKINGII - 06.11.2012

Can somebody give me a good drug system i gona give you rep


Re: Script Request Thread #5 - David (Sabljak) - 07.11.2012

https://sampforum.blast.hk/showthread.php?tid=378801


Re: Script Request Thread #5 - TomerDanan - 07.11.2012

I need some refund script that when someone register he get autorefund

[pLevel] = 3;
[pAccount] = 5000000;
[pCash] = 1000000;
[pReg] = 1;
[pDonateRank] = 2;
[pConnectTime] = 12;
[pMats] = 50000;
[pCrack] = 250;
[pPot] = 250;

please give me and say me when ineed to pot that


Re: Script Request Thread #5 - Knight_Rider - 07.11.2012

Quote:
Originally Posted by TomerDanan
View Post
I need some refund script that when someone register he get autorefund

[pLevel] = 3;
[pAccount] = 5000000;
[pCash] = 1000000;
[pReg] = 1;
[pDonateRank] = 2;
[pConnectTime] = 12;
[pMats] = 50000;
[pCrack] = 250;
[pPot] = 250;

please give me and say me when ineed to pot that
Code:
CMD:refund(playerid, params[])
{
			PlayerInfo[playerid][pLevel] = 3;
			PlayerInfo[playerid][pDonateRank] = 2;
			GivePlayerCash(playerid, 500000);
			PlayerInfo[playerid][pMats] = 50000;
			PlayerInfo[playerid][pPot] = 250;
			PlayerInfo[playerid][pCrack] = 250;
			PlayerInfo[playerid][pAccount] = 5000000;
			PlayerInfo[playerid][pConnectTime] = 12;
		}
	}

	return 1;
}
When player will write /refund command he will get this :O



Re: Script Request Thread #5 - TomerDanan - 07.11.2012

man its not good i need when he register, if you do it like this then he will do /refund /refund /refund Players will take advantage this. to get more money and mats.


Re: Script Request Thread #5 - Jimmy0wns - 27.12.2012

I need a /locate and a /setping command to see where someone is and set the maximum ping for the server without MySQL


Re: Script Request Thread #5 - Jimmy0wns - 28.12.2012

Quote:
Originally Posted by [HLF]Southclaw
View Post
For locating, look up the "GeoIP Plugin" and for a maximum ping all you need is a ping kicker, I think there is one supplied as a filterscript with SA:MP but I'm not sure. Dead easy to make though, all you need is GetPlayerPing on a timer checking against a global variable with the maximum in. Make a simple parameter command to set this variable value. And of course introduce some bound checks to ensure you don't set it too low and kick everyone!
Thanks, that really helped me!


Re: Script Request Thread #5 - karam jaber - 29.12.2012

Guys i need a Command /me <Action> anyone can do it for me ..
not in Public:OnPlayerCommandText
i want it in
Public : OnPlayerSpawn
please


Re: Script Request Thread #5 - Jimmy0wns - 30.12.2012

Quote:
Originally Posted by karam jaber
View Post
Guys i need a Command /me <Action> anyone can do it for me ..
not in Public:OnPlayerCommandText
i want it in
Public : OnPlayerSpawn
please
pawn Code:
if(!strcmp(cmdtext, "/me", true, 3)) // 3 is the length of /me
    {
        if(!cmdtext[3])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /me [action]");
        new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
        SendClientMessageToAll(0xFFFF00AA, str);
        return 1;
    }
Here you go


Re: Script Request Thread #5 - karam jaber - 30.12.2012

guys please i need a command that if the player in server ... example:
player playing or afk 10mints = 10score , 1mint = 1score , 1540mint = 1540 score
please i need help
Help Me


Re: Script Request Thread #5 - a.z.a.r - 31.12.2012

BIG SCRIPT REQUEST.

ok guys since i'm to lazy to learn tutorials and to lazy to script i thought of requesting...

I want a role play server for my Clan,

● Spawns At Various Places.
● LOL/FUNNY commands.
● OMG ALMOST FORGOT. WEAPON LASER. with enable and disable.
● Some Small Stunting places, on building's. (PLEASE DON'T MAKE BIG STUNT MAPS ON AIRPORTS.)
● Text Draws Of Night Killers And OFFICIAL SERVER.
● Small Events EG: race starting /join (racename) to join!
● LEGENDARY PREMIUM/VIP SYSTEM.
● THE LEGENDARY ADMIN SYSTEM.
● ATM System
● Property System
● Reaction Test E.G: >>REACTION TEST: First To Type gFqRegwT (just an example) Wins (randomly amount)$!.
● Killing Streak System. from 1 - 15
● SAVE SCORE (ofcourse)
● Weapon Shop And Vehicle Shop WITH DIALOGUE'S.

i hope i'm not giving A LARGE AMOUNT OF BURDEN.
pm me when done


Re: Script Request Thread #5 - a.z.a.r - 01.01.2013

Quote:

I don't think you'll find anyone willing to code such a large and generically boring script!
There are probably scripts with those exact features somewhere on this forum, and if not you can always download filterscripts (and probably have compatibility problems, conflicts and/or admin rights issues with them being separate scripts)

Basically, if you can't be arsed to script, why bother running a server? If you want a server for your clan, there are literally thousands to choose from, the masterlist really doesn't need any more!

but the server i found has MANY CONFLICTS against me.

ok thank you for reply. i guess i'll do it my self ;'(


Re: Script Request Thread #5 - nhunor58 - 01.01.2013

Hello all can anybody make to me a script wich allows to make backflips with motorbikes.but i can turn to left and right please


Re: Script Request Thread #5 - a.z.a.r - 01.01.2013

i was thinking of EASY gamemode change on timer.... in a tdm server.
there are many tutorial's for that each is different.
i want a easy one.
which only takes 1 - 10 LINES in pawno.


Re: Script Request Thread #5 - Avi Raj - 02.01.2013

Quote:
Originally Posted by karam jaber
View Post
guys please i need a command that if the player in server ... example:
player playing or afk 10mints = 10score , 1mint = 1score , 1540mint = 1540 score
please i need help
Help Me
https://sampforum.blast.hk/showthread.php?pid=1805113#pid1805113%22


Re: Script Request Thread #5 - InfiniTy. - 03.01.2013

Quote:
Originally Posted by [HLF]Southclaw
View Post
You'll want to disable that on bikes, boats and some other vehicles otherwise I think it crashes the player who typed it and surrounding players.
I don't think it does..
Quote:
Originally Posted by Affan
View Post
Wow thank you very much +rep for southclaw and adyzta, you rock

Edit : I got errors when i add slap command
175 error 001 : expected token: "-identifier-", but found "new"
179 error 017 : undefined symbol "pos"
179 error 001: expected token: ";", but found "]"
179 error 029: invalid expression, assumed zero

Lines:

pawn Code:
175 new targetid,new Float:pos[3];
179 GetPlayerPos(targetid,pos[0],pos[1],pos[2]);
delete the new before Float: pos


Re: Script Request Thread #5 - Affan - 03.01.2013

Thanks its fixed


Re: Script Request Thread #5 - Affan - 04.01.2013

Sorry for posting twice but could you please make me a zcmd or another fomat like dcmd command?
I want it to be like a spawning guns. For example /getgun minigun , /getgun ak 47