05.04.2011, 18:01
(
Last edited by Elka_Blazer; 05/04/2011 at 06:35 PM.
)
pawn Code:
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
,i77Sr, : r7XXXXXX; ,r72MM;
BMM0BZ, WMr ;S, .aBWW@WBi ;WMB88B0B0000; MM0X0M. .
aM: :M0 MMi :BMMri;;;aMMr .;iW7 rMW : :M2
SMi rM; MM WM. .M@. ;MS ZMB. ZMi
aM. ZM: M0 WM. 2MW, W8 ,7MM8: 8M
8M :MM. iM0 @@:aZMMZ, ,MM20MW7 BW
0M BM XMa ,MZ.220@W7 iMWXi :B8
0M iMW. iMB. XMa 8MMBr iM; :@8
00 :BMM@M@0; XM@ ;WMMS ;M0 7M2
,02 ,i;ii . .i: .W2. iB7
,MMZ8S. iBW0MMZ
,WMMM0, ,X7X;i.
Made by ElkaBlazer/Pawnscripting from UltiMulti team .
Please do not change the credits.
Things in this FS :
Bank system[DIALOGS].
Weapons system[DIALOGS + OBJECTS].
Register/Login system[DIALOGS].
Saving Hp[Optional].
Saving Armour[Optional].
Saving Position[Optional].
Saving Money[Optional].
Some Rcon admin commands to control the server options.
Commands :
For admins[RCON]
*********************************************************Rcon Admin commands****************************************************************
/pauto [Enable/Disable auto players position save] .
/mauto [Enable/Disable auto players money save].
/ahauto [Enable/Disable auto players hp and armous save].
/giveme [Give your self some weapons].
/makethrew [Reset guns for a 3 specific player].
/makebuy [Show guns shop dialog for a specific player].
*********************************************************For any player*********************************************************************
/psave [To save your position in case auto player position save is off].
/msave [To save your money in case auto save hp and armour is off.].
/ahsave [To save your hp and armor in case auto hp and armour save is off].
/bank [Show bank dialog ].
/telebank [Teleport to the bank].
/teleguns [Teleport to the weapons shop].
/bguns [Show guns dialog].
/throw [Drow your weapons].
Basic instructions :
***************Changing the weapons price*****************
Okey , to change the weapons price you will need to define the price.
I already did that for you,and here it is...Search that in the script
#define Price_Knife 120
#define Price_BaseBall 170
#define Price_Katana 260
#define Price_Greneade 300
#define Price_9mm 320
#define Price_sdpistol 330
#define Price_Deagle 660
#define Price_Shotgun 1000
#define Price_ShawnOff 3200
#define Price_spaz12 12000
#define Price_Uzi 1700
#define Price_mp5 1950
#define Price_ak47 17000
#define Price_m4 16000
#define Price_Tec9 2200
#define Price_Rifle 5000
#define Price_Sniper 20000
and change the price.
********************
Notes : this version is 0.9 Einglish.
Created at 0.3c samp version , Should work for all versions will be later.
For this FS you will need the dini include and the dubd. I included the dini Include in the .RAR file . the dubd too[Event know it supouse to be in every samp folder].
If you saw a bug Please report it on the forum (The one you found my FS).
You can make server changes by using commands InGame[Look up] , or you can edit the UrpOptions.ini located in urp folder.
If the objects doesnt show up, Its not a bug . You will need to download a streamer and install it . then you will need to conver the CreateObject() to Whatever your streamer says.
**************To get a good streamer , GOTO -******************
______Streamer plugin v2.5.2(Recommended)_______By Incognito Samp forums
https://sampforum.blast.hk/showthread.php?tid=102865
________________________________________________
______Double-O-Stream_________By Double-O-Sevens Samp forums
https://sampforum.blast.hk/showthread.php?tid=69526
______________________________
______MidoStream - Object Streamer(GOOD ONE)_________By MidoBan Samp forums
https://sampforum.blast.hk/showthread.php?tid=39836
_____________________________________________________
***************************************************************
I used strtok in this script.
I wanted to use sscanf , but to make it easy for you , strtok is good.
Version 1.7 should come out soon , it will be much better,but it will be for high scripters only.
Function DINI_CLEAN wasnt used here .
I combined dini and dubd so it will be easier.
IMPORTANT : Do not change anything here if you are a new scripter. You can runite it .
You can learn from this script , but not changing it at all .
DO NOT delete any folders of this FS , if you do,NOTHING WILL WORK !
***************************OTHER CREDITS******************************************
Idieas for some command came from samp forums.Thank you guys !
Directions for job came from samp forums and my team. Thank you !
Dini Include - Whoever created this , Thank you !
If I forgat someone please excuse me !
**********************************************************************************
_________________________About URP Server____________________________________ :
URP server , is a project that me and my team started like a two months ago.
Ultimate RolePlay is a RP Server(DUH) witch will based on every city in SAMP.
_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
*/
DOWN