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 - suhrab_mujeeb - 11.02.2012

Quote:
Originally Posted by Rdx
View Post
I'm looking for this - https://sampforum.blast.hk/showthread.php?tid=32688
Have anyone link for it? Please help.
http://solidfiles.com/d/1f0f/
?


Re: Script Request Thread #5 - ryan39 - 11.02.2012

I need a faction system with a faction chat and faction ranks. This includes /fire and /hire with things like /rank up [playerid] /rank down [playerid] and stuff like that. +rep whoever can do it.


Re: Script Request Thread #5 - Rdx - 11.02.2012

Quote:
Originally Posted by suhrab_mujeeb
View Post
This link is other file, soldfiles replaced old file for this shit. It's not tag system ;p.


Re: Script Request Thread #5 - demonarn - 12.02.2012

Quote:
Originally Posted by demonarn
View Post
How do i make the player markers only be seen by 1 team ?
Maby a little bump ?


Re: Script Request Thread #5 - Daniel_Dani - 12.02.2012

Im searching for a saving wanted script and saving car plate script.


Re: Script Request Thread #5 - NickTaSpy - 08.03.2012

I want an anti-bot script, but I don\'t want users from same IP addresses(like brothers) to be effected by the anti-bot.


Re: Script Request Thread #5 - ]Rafaellos[ - 08.03.2012

Quote:
Originally Posted by NickTaSpy
View Post
I want an anti-bot script, but I don\'t want users from same IP addresses(like brothers) to be effected by the anti-bot.
Need it too.


Re: Script Request Thread #5 - AcidBurn - 08.04.2012

Hello Dear Scripters.

My name is AcidBurn/[B]ero , i am a represanting infinite gaming community (http://www.infinite-network.net/forum/).

I would like to ask for a moment of your time to read this.

iG community is looking for a scripter that is good and is willing to work with us.(unpayed).

Infinite-Gaming is a community with a zombie server since 2008. We are on a hosted tab and our player ammount is ok.

The server is starting with fresh script, we are looking for an advanced scripter that could script biting system and xp system.

If you would like to see our server you can ask me the ip.

If you are interested in scripting and/or you are willing to help us you can contact me here via pm or on msn (cc.acidburn@gmail.com) or our owner marco on msn (marco-hoek@hotmail.com) or on skype (eazy2me)

Thank You for Reading


Re: Script Request Thread #5 - Danny1 - 20.04.2012

I made a register/login system in Y_INI and I thrilled.Thank you.


Re: Script Request Thread #5 - Spooky - 20.04.2012

No Problem, could I get if you think i deserve it? The star?


Re: Script Request Thread #5 - Danny1 - 20.04.2012

No problem,you don't help me that much but ok I give REP+ to you .


Re: Script Request Thread #5 - Spooky - 20.04.2012

Its Ok, you give it to me when I deserves it, I am not going to beg it at all


Re: Script Request Thread #5 - Starfire - 22.04.2012

About RCON promote: Nevermind, done.

Also, can you make /rcon explode <id> and /rcon announce <id>?^^

Thanks for anyone who wants to, PM any result, don't post it here.

+1 of course, that's the way it is.


Re: Script Request Thread #5 - sanrock - 22.04.2012

can someone give me a script that has like zcmd register, login!


Re: Script Request Thread #5 - sanrock - 22.04.2012

Can anyone give me like a /stats zcmd/dcmd command script?


Re: Script Request Thread #5 - Spooky - 22.04.2012

pawn Code:
CMD:stats(playerid, params[])
{
ShowStats(playerid);
return 1;
}

stock ShowStats(playerid)
{
//Your player stats code here.
return 1;
}



Re: Script Request Thread #5 - Save - 22.04.2012

Hello, I need two commands:

- one to store my current position
- and another one to teleport back to the position stored previously

I tried something like this but failed:
Code:
new position;

COMMAND:SavePos(playerid, params[])
{
        if(!IsPlayerAdmin(playerid)) return 1;
        new Float:x, Float:y, Float:z;
		position[playerid] = GetPlayerPos(playerid, x, y, z);
		return 1;
}

COMMAND:Back(playerid, params[])
{
        if(!IsPlayerAdmin(playerid)) return 1;
        SetPlayerPos(playerid,position,0.0,0.0,3.0);
		return 1;
}



Re: Script Request Thread #5 - Spooky - 23.04.2012

Quote:
Originally Posted by Save
View Post
Hello, I need two commands:

- one to store my current position
- and another one to teleport back to the position stored previously

I tried something like this but failed:
Code:
new position;

COMMAND:SavePos(playerid, params[])
{
        if(!IsPlayerAdmin(playerid)) return 1;
        new Float:x, Float:y, Float:z;
		position[playerid] = GetPlayerPos(playerid, x, y, z);
		return 1;
}

COMMAND:Back(playerid, params[])
{
        if(!IsPlayerAdmin(playerid)) return 1;
        SetPlayerPos(playerid,position,0.0,0.0,3.0);
		return 1;
}
pawn Code:
new Float: PosX[MAX_PLAYERS];
new Float: PosY[MAX_PLAYERS];
new Float: PosZ[MAX_PLAYERS];

CMD:savepos(playerid, params[])
{
if(IsPlayerAdmin(playerid))
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
PosX[playerid] = x;
PosY[playerid] = y;
PosZ[playerid] = z;
}
else SendClientMessage(playerid, -1,"You are not rcon admin.");
return 1;
}

CMD:loadpos(playerid, params[])
{
if(IsPlayerAdmin(playerid))
{
SetPlayerPos(playerid, PosX[playerid], PosY[playerid], PosZ[playerid]);
}
else SendClientMessage(playerid, -1,"You are not rcon admin.");
return 1;
}
Untested and made in browser window.


Re: Script Request Thread #5 - Stealthy - 07.05.2012

I need a scripter, that will script a Prison-RP GameMode. I want the gamemode to include:
* Prison guard, prsion dealer and prison drug dealer (Those three or more as a group/faction)
* Obvious cmds for guards/dealer/drug dealer, like /isolate, /cuff, /drag, /frisk, /sellweapon [Weapon name], /selldrug [Name of drug], etc.
* At least 4 mapped maps, with gate that lets you outside
* A basic admin system
* Cars infront of the prison (Police cruiser, chopper, etc)

I will pay with OneBip or Paypal, message me for more info and how much you cost!


Re: Script Request Thread #5 - TheDominator - 09.05.2012

Hey SA:MP members.

Today I am requesting my first script since me and my friend can't seem to figure it out.

We need a command in ZCMD that will be like this: /cc COLOUR1 COLOUR2 (CC - Car Colour) I've seen it on many servers but haven't a clue on how to begin creating it, I will +Rep you for this please can someone help.