Script Request Thread #5

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/
?
Reply

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

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

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

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

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

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

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
Reply

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

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

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

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

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

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

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

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

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

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;
}
Reply

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)