Script Request Thread #5

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.
Reply

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
Reply

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

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

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
Reply

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
Reply

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.
Reply

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

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!
Reply

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

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
Reply

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
Reply

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
Reply

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 ;'(
Reply

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
Reply

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.
Reply

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
Reply

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
Reply

Thanks its fixed
Reply

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)