Just because you are an Indian and your my friend i will give you a Step by Step instructions:
You can script your server in both ways:
1.
Pawn server - PAWN is a scripting language created for VC:MP by VC:MP authors. You can compile your scripts using the software called Pawno. It will show you the errors and warning in your script if there is any.
2.
Squirrel server- Squirrel server was created by the Liberty Unleashed team. Actually the remake of 0.3z PAWN server. It got more functions than in PAWN.
Alright. I recommend you use
Pawn for a start so:
1.Download
Pawn package2.Install it to a folder
3.Open up Server.CFG and set the server configurations
4.Start vcmp-svr.exe
Note: Make sure you have port forwarded if you want your server to be in the list.
Note:
click here to view a WIKIHOW guide on how to create a pawn server that i have written some months ago.
In order to edit or write your own Game modes you will need to download
Pawno. Download GUPS (General used pawn scripts) from scripts showroom and try editing it. once your done press F5 and your scripts will compile and paste the YOUGAMEMODENAME.pwn and YOUGAMEMODENAME.amx files in your gamemodes folder and then in the Server.CFG file
[pawn]gamemode0 YOUGAMEMODENAME 1[/pawn] and save it
Then open up your server and check the scripts. Once you have enough knowledge in pawn switch to squirrel. You got no compile on this level
. But squirrel is awesome and got more functions than pawn.
I hope that helps, [FS]Rocky