Script Request Thread
#21

Dont ask for help, just start, thats just as it is, open pawno, click "new" save it, compile it(press F5) test it in your server and there you go, your first gamemode

then try to edit/add things if you get stuck ask it on the forums, thats what they are for
remember, the search button is you friend

EDIT: from now on i script for payment, so anyone interested, PM away!
Reply
#22

but i DONT KNOW ANYTHING !! how can i make than that ?
Reply
#23

Hey does anyone have a tollbooth script? it would be muchly apreciated (sorry for bad english)
Reply
#24

I am working on a West-Side like server. And heres what I got so far:

-ZCash (Rcash)
-Bank (same system)
-Lots of car spawns, PD, FD, MD, Taxi Place, sweeper spawns + More!
-Custom-made area for administrators only.
-Few Commands
-Xtreme admins system (credits)
-Anti-Hack system

I am working on:

-Driving Sweepers (+2 ZCash every 2 minutes)
-All Commands
-Inventory
-etc..

I need help with this server, if you want to join in and help PM me please! If you help a lot, you will become a admin.
Server is most likely going to be hosted. So if you want to help create this server, Please PM me.
Reply
#25

where can i learn to script then i want to help you with your server
Reply
#26

Hello

I dont know anything about scripting and i wanna learn scripting VERYVERY bad !!

I ask a dutch/english scripter to teach me scripting

Contact me :

PM :
E-mail : Ferhat.BLC@gmail.com
Reply
#27

Very very bad?? If you want to learn scripting,wiki is the best thing to go.

http://www.sareallife.org/sampwiki/w...Main_Page.html
Reply
#28

add my msn, you can find it in my profile
Reply
#29

ok i added you to my messenger list
Reply
#30

Hello All,I need help with 4 Scripts,and i think Michael_Taylor IG name of SinCityRp has them,so if anyone is good in making these kinds of scripts,i would begg you for realeasing it here on my topic.
==I==
1.] How the ITEMS List should be displayed

First of all when we type /items we get the list of items we have in our pocket|purse|business case|backpack

Example:

Quote:

Item SN|Item|Ammount|Price

1 |Phone|1 |50$

2 |Deagle|1 |100$

3 |Wallet|1 |312$

4 |Deagleammo|45 |50$

The ammount should be used for ammo as for the ammount of ammo,and for any other items as for their ammount,etc. you cant have 222 wallets,only 1-5.

Wallet's should be like from 1$-1000$

Deagle,and all other weapons should be scripted.

Weapon Ammo Should be scripted.

Purse|Wallet|CreditCard|Backpack should be scripted,and we should buy it at 24/7,and have forever until someone robbs us .

From now on if someone like robbs you you wont pay him,you would give him the wallet.

When he like recieves the wallet,the cash he recieves too.

If you would like to give cash on your own(not the wallet) you should use then /pay command.

The phone couldnt be used by /useitem,it would only show in item list,and if you like give a phone to the robber,or anyone else,you should lose it forever,and the others who took it should keep it forever(like not lose after death/crash/relogg).

The Item commands would be the following:

Quote:

/items (shows list of items you have)

/useitem SlotNumber(uses the item you are able to use,like drugs,ammo,etc.)

/giveitem SlotNumber PlayerId|PartOfName(gives the item to the desired Player)

/dropitem ItemSlotNumber (Drops the item from your wallet|backpack etc.)
The Business case would be only used for carrying money from 1000$-100.000$

And it could be locked by:
Quote:

/lockcase [password]

So if someone robbs your Business Case,he should use the cuts or etc. or just
Quote:

/opencase [password]

So if you open it,the cash then will be added to your Default cash,and you could spend it.

So it's very hard to unlock without the password.

For drugs you shouldnt have it like this one

Quote:

/items

SlotNumber|ItemName|Ammount|Price

1|Drugs|1|20$

It should be more like this:

Quote:

SlotNumber|ItemName|Ammount|Price

1|Crack|1|20$

Because you wont be able to know wich type of drugs you have if you use the first form.

So Drug Dealers should from now on sell the drugs by its name,not just :

Quote:

/selldrugs ammount

============
==II==
/attempts command
It's would be like,if i type /attempts [action]
It should have an 50/50 % of succes and fail

It should be green colour if you suceed

It should be red colour if you fail

[Example]: James_Gonzalez attempts to hit him in the face and suceed

James_Gonzalez attempts to hit him in the face and fail.
==III==
The third script i request is Scripted Money,so nobody could use money hacks or any kind like that,and your money after relog wouldnt dissapear.
==IV==
the 4 i request is Spawning at the Place You last was while logging off/crashing
It would spawn me where i last logged off or crashed
Reply
#31

You can use the SA-MP Inventory system.Its a plugin

http://forum.sa-mp.com/index.php?topic=49673.0

Reply
#32

RESOLVED BY SELF
Reply
#33

Hi, can anyone make a /admin PASS. And the password is a variable called
Код:
new AdminPass = 911
and when you use /admin 911 it makes the Variable go to TRUE.
EDIT : In DCMD Thanks.
Reply
#34

why not use /rcon login <password>

the pass is editable in your server.cfg
Reply
#35

I'm not that Dumb. :P

Cause i hate RCON.
Reply
#36

never said you were dumb, its just alot of people dont know about it, ok, u could do something that makes your player authed for commands... something like

this near the top
Код:
new PLAYERLIST_Adminauthed[MAX_PLAYERS];
this on ur command text
Код:
dcmd(admin911, 8, cmdtext);
and this somewhere below command text or even in it
Код:
 dcmd_admin911(playerid,params[]) {
  if (PLAYERLIST_Adminauthed[playerid]) return SystemMsg(playerid,"Already authed.");
  else {
    PLAYERLIST_Adminauthed[playerid]=true;
    return SystemMsg(playerid,"Successfully authed!");
  }
  return SystemMsg(playerid,"Admin login failed!");
 }
Reply
#37

Isnt Secure, Look at my topic.
Reply
#38

Hi,
I'm looking for good scripter, i have many things to "pay",
maybe i can give money [not sure, but contact me] , samp servers' SHELL accounts, SAMP server includes FTP and many more..
contact me now by MSN - noam@webgame.co.il
Reply
#39

The whole things is pointless really mikkel cos you could just make your own login system, and include an admin level u can do a simple enum to ake admin stuff secure ...
Reply
#40

Quote:
Originally Posted by Fyro
Hi,
I'm looking for good scripter, i have many things to "pay",
maybe i can give money [not sure, but contact me] , samp servers' SHELL accounts, SAMP server includes FTP and many more..
contact me now by MSN - noam@webgame.co.il
This is a "Script Request" thread.
Reply


Forum Jump:


Users browsing this thread: 8 Guest(s)