05-21-2009, 12:04 PM
http://crew.sa-mp.nl/fireburn/mrthiaz.rar
Hello,
I have finished the code. Every function works fine, I tested it some minutes ago.
Here are the functions:
----
1.) - Players will need to spawn at random places, at least 5. The positions are up to you.
Lines: 63-74, 545-569
----
2.) - The score of a player will be determined by the number of kills and deaths of the player. A kill is + 1, a death is - 1, players
should get a reward when killing another player, and the player that got killed should have money taken away.
Lines: 665-669 (Killer: +1, +10000/Victim: -1, 0)
----
3.) - These kills and deaths will need to be saved for one session, and a player has to be able to see these using a command.
Lines: / (I couldn't do it. Didn't know how to do it and I have asked some friends who answered that this is impossible without saving the userfiles.)
----
4.) - A few cars will need to be added, use at least 10, and locate them near the random spawn positions.
Lines: 247-403
----
5.) - A basic taxi-system, allow players to taxi to a minimum of 5 locations. A system as advanced as the 2.90 taxi system is not
necessary, think like the old LVP 2.85 taxi system.
Lines: 812-832, 834-846, 849-869, 873-885, 887-899 (::
ammu, /ship, /airport, /burger, /northammu)
----
6.) - The ship needs to be a safe-zone, just as in LVP, when a player kills another player on the ship, he/she will get a $10,000 fine. To
make it a little easier for you, the coordinates for the ship boundaries are included below.
Lines: 672-679, 1343-1349, 133 (If a player kills a player on the ship his health sets to 0 (He'll die))
----
7.) - A random announcement needs to be displayed every 3 minutes, use a timer and at least 5 announcements.
Lines: 76-84, 139, 1316-1320
----
8.) - Last but not least, some basic administrator commands, such as /ban, /kick and /freeze. No need for a rights-system, just check wether
the player is logged in using RCON.
Lines:684-807 (/ban [id], /kick [id], /freeze [id], /unfreeze [id])
----
It can be possible that some lines are postponed, because I have corrected some lines and I'm not sure if added a new one or deleted one
~Your [UvH]MrThiaZ~
Hello,
I have finished the code. Every function works fine, I tested it some minutes ago.
Here are the functions:
----
1.) - Players will need to spawn at random places, at least 5. The positions are up to you.
Lines: 63-74, 545-569
----
2.) - The score of a player will be determined by the number of kills and deaths of the player. A kill is + 1, a death is - 1, players
should get a reward when killing another player, and the player that got killed should have money taken away.
Lines: 665-669 (Killer: +1, +10000/Victim: -1, 0)
----
3.) - These kills and deaths will need to be saved for one session, and a player has to be able to see these using a command.
Lines: / (I couldn't do it. Didn't know how to do it and I have asked some friends who answered that this is impossible without saving the userfiles.)
----
4.) - A few cars will need to be added, use at least 10, and locate them near the random spawn positions.
Lines: 247-403
----
5.) - A basic taxi-system, allow players to taxi to a minimum of 5 locations. A system as advanced as the 2.90 taxi system is not
necessary, think like the old LVP 2.85 taxi system.
Lines: 812-832, 834-846, 849-869, 873-885, 887-899 (::
ammu, /ship, /airport, /burger, /northammu)----
6.) - The ship needs to be a safe-zone, just as in LVP, when a player kills another player on the ship, he/she will get a $10,000 fine. To
make it a little easier for you, the coordinates for the ship boundaries are included below.
Lines: 672-679, 1343-1349, 133 (If a player kills a player on the ship his health sets to 0 (He'll die))
----
7.) - A random announcement needs to be displayed every 3 minutes, use a timer and at least 5 announcements.
Lines: 76-84, 139, 1316-1320
----
8.) - Last but not least, some basic administrator commands, such as /ban, /kick and /freeze. No need for a rights-system, just check wether
the player is logged in using RCON.
Lines:684-807 (/ban [id], /kick [id], /freeze [id], /unfreeze [id])
----
It can be possible that some lines are postponed, because I have corrected some lines and I'm not sure if added a new one or deleted one

~Your [UvH]MrThiaZ~