• Welcome to Vice City Multiplayer.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - heekz.shadow

#1
ShowRoom (pawn) / [Awesome Prods] Ghost-Rider Script
March 23, 2011, 09:22:24 PM
Wanna feel like the awesome ghost-rider?
add this in your script
Upper Section:

#define MAX_VEHS 160
new bt;
new bt2;
new dvehs[MAX_VEHS];


down at commands
else if(strcmp(cmdtext,"secret",true) == 0)
{
if(IsPlayerAdmin(playerid))
{
if(IsPlayerInAnyVehicle(playerid))
{
SendClientMessage(playerid,COLOR_YELLOW,"Congratz,you activated the unholy secret.");
bt = SetTimer("Burn",100,1);
bt2 = SetTimer("Fix",2000,1);
dvehs[GetPlayerVehicleID(playerid)] = 1;
}
}
return 1;
}
else if(strcmp(cmdtext,"secretoff",true) == 0)
{
if(IsPlayerAdmin(playerid))
{
if(IsPlayerInAnyVehicle(playerid))
{
SendClientMessage(playerid,COLOR_YELLOW,"Congratz,you de-activated the unholy secret.");
dvehs[GetPlayerVehicleID(playerid)] = 0;
KillTimer(bt);
KillTimer(bt2);
SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
}
}
return 1;
}


And the timers
public Fix() {
for(new mvex=1; mvex < MAX_VEHS; mvex++)
{
if(dvehs[mvex] == 1)
{
SetVehicleHealth(mvex,1000);
}
}
return 1;
}
public Burn() {
for(new mvex=1; mvex < MAX_VEHS; mvex++)
{
if(dvehs[mvex] == 1)
{
SetVehicleHealth(mvex,100);
}
}
return 1;
}

IDEA:Robd
SCRIPT:[IT]Shadow
Here to entertain you :D
#2
ShowRoom (pawn) / [RELEASED] Mini Zombie Game-Mode
March 22, 2011, 10:47:46 AM
Ehh.. Uhh.. after some testing days.. I decided to release the first ZOMBIE gamemode of VC:MP.

What it contains?

Zombies Classes
Humans Classes

Gravity:80
Regeneration for zombies.
Weapons for humans
WLevel:0

Err.. Its not so special but I decided to release it

Contains Commands:

/c addpickup >> Via FS
/c register >> + auto-login and things..
/c login

Facilities:
Maintains your ip and uses it for a auto-login
At register,it saves your ping >> for comparations.
+ The gamemode of what it was made.
etc...

Official LINK >> http://www.solidfiles.com/d/5bc6/ via SolidFiles
Mirror >> http://www.mediafire.com/?uerwtg3ko7r3d74 via MediaFire
#3
General Discussion / SECONDARY forum
March 21, 2011, 07:40:31 PM
Hi everybody,I took smthing of my time and I made a secondary forum :D

Here is the link:

Contact me if you wanna add a board for you server or a board for your gangs :D

Regards,
Shadow.
#4
General Discussion / Help Japan!
March 19, 2011, 07:48:47 AM
Japan earthquake and tsunami: How to help

Japan was hit by one of the largest earthquakes ever recorded on March 11. The magnitude-9.0 quake spawned a deadly tsunami that slammed into the small island nation, leaving a huge swath of devastation in its wake. Thousands of people are dead and many more are still missing or injured; almost half a million people are homeless.
In addition, the country is facing a nuclear crisis that some experts warn may be much worse than the 1979 Three Mile Island disaster.
Japan has often donated when other countries have experienced disasters, such as when Hurricane Katrina impacted the United States. Below are organizations that are working on relief and recovery in the region.
AMERICAN RED CROSS: The American Red Cross is currently supporting and advising the Japanese Red Cross, which continues to assist the government in its response.  You can help people affected by disasters, like floods, fires, tornadoes and hurricanes, as well as countless other crises at home and around the world by making a donation to support American Red Cross Disaster Relief.
GLOBALGIVING: Established a fund to disburse donations to organizations providing relief and emergency services to victims of the earthquake and tsunami. We are working with International Medical Corps, Save the Children, and other organizations on the ground to provide support. Our partners on the ground are working hard to provide immediate relief.
SALVATION ARMY: The Salvation Army has been in Japan since 1895 and is currently providing emergency assistance to those in need.
AMERICARES: AmeriCares and its relief workers in Japan are working to deliver medicines and supplies to hospitals, shelters and health responders to treat and care for survivors.  The AmeriCares team began mobilizing within hours of the first reports of the dual disasters, dispatching an emergency response manager to Tokyo to direct the efforts of our relief workers in Sendai, the largest city closest to the impact zone. Our team is in direct contact with local officials, evacuation shelters and hospitals treating the injured in Miyagi, Fukushima and Iwate to determine health needs.
INTERNATIONAL MEDICAL CORPS: A team of doctors flew to Sendai, where they will be delivering supplies, assessing needs, and identifying communities that have not yet been reached. We continue to coordinate with local health authorities and partners on critical gaps, providing technical expertise and assisting with logistics.
SHELTERBOX: ShelterBox responds instantly to natural and man-made disasters by delivering boxes of aid to those who are most in need. The box includes a tent for a family of 10, cooker, blankets, water purification, tool kit and other items survivors need to rebuild their lives in the days, weeks and months following a disaster.
How To Donate?
Donate for GlobalGiving = https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=30-0108263&source=YAHOO&cmpgn=NEWS
Donate for American National RedCross = https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=530196605&source=YAHOO&cmpgn=NEWS
Donate for Salvation Army National Corp. = https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=222406433&source=YAHOO&cmpgn=NEWS
Donate for Save the children federation = https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=060726487&source=YAHOO&cmpgn=NEWS
Donate for AmeriCares Foundation = https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=061008595&source=YAHOO&cmpgn=NEWS
Donate for International Medical Corps = https://www.networkforgood.org/Donation/MakeDonation.aspx?ORGID2=953949646&source=YAHOO&cmpgn=NEWS
Donate for Shelterbox = https://www.networkforgood.org/Donation/MakeDonation.aspx?ORGID2=200471604&source=YAHOO&cmpgn=NEWS

For more information you can visit http://news.yahoo.com/s/yblog_newsroom/20110311/wl_yblog_newsroom/japan-earthquake-and-tsunami-how-to-help


Be a human! Help your brothers!

You can also visit this great site which tells you everything you need to know about Japan:
http://www.jhelp.com/en/jhlp.html

Thanks for reading.
#5
ShowRoom (pawn) / DeathMatch Basic Script 0.1
March 10, 2011, 07:51:30 AM
Hello,

Here is a basic server who is using my BlackZone Sistem.

What it got:

  • Basic Commands: /c wep,!heal,/c heal,!goto,/c goto etc..
  • New Sistem: There is a very sympathic script made by me what announces some time things like It's Time For M4!!! and gives everyone the announced weapon
  • New Register System made by me

Register System:

It's a register sistem based on IP,ping,password.... etc....

How It Works ? :

Once registered,next time you login with that time,if you have the same ip,you can play but if you dont have the same ip you have to login...

If you are not logged in or registered,at spawn you will be freezed.

It also saves your ping in that part,so admins can compare pings :D

What About Filterscripts? :

Filterscript: Best.amx || Best.pwn

What they do? :

Wanted to save a pickup position? Never Minded to simplify your work? Here it goes:
just /c addpickup and it saves anything in >> Scriptfiles / Pickups

Advice:
Useful for beginners :D

Here it goes: http://www.mediafire.com/?te7ke7ahfu4bexv
#6
Vice City / [RPG R2] Legendary RPG v0.1
March 02, 2011, 08:56:07 PM
This is my first RPG server release.

This server uses the recent version of my script [RPG] Gamemode.
Here are lots of commands and you can chose what part you want.

1. Drifter
2. RPG player

So,no one will disturb you.

IP: rp4ever.no-ip.org:5192
Forum: http://forum-legendaryrpg.forumz.ro/

There you can see more.

There are lots of commands what you would wanna try and sistems such as bomb-planting assasination or the night hunting.

Please enjoy our server.It's on building,so you will be advertised when a restart occurs or if something happens,I will restart it as soon as possible.

- [RAF]Shadow
- Chief,President and Main Scripter
#7
Tired of getting this warning? Wanna escape forever? Just place this magic code under your #includes.
As example:
#include <a_vcmp>
#include <core>
#include <float>
#pragma tabsize 0


The thingy who gets rid of the warning is:
#pragma tabsize 0
It helped me a lot.

Press F5 Then laugh at the warning,cuz it flew away ;)
#8
ShowRoom (pawn) / Some usefull functions
February 10, 2011, 07:47:47 AM
Add here all your greatest functions (: .
I will start:
PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
{
   new Float:oldposx, Float:oldposy, Float:oldposz;
   new Float:tempposx, Float:tempposy, Float:tempposz;
   GetPlayerPos(playerid, oldposx, oldposy, oldposz);
   tempposx = (oldposx -x);
   tempposy = (oldposy -y);
   tempposz = (oldposz -z);
   if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
   {
       return 1;
   }
   return 0;
}
Not made by me
GetNick(playerid)
{
new Nick[MAX_PLAYER_NAME];
if(IsPlayerConnected(playerid)) GetPlayerName(playerid,Nick,sizeof(Nick));
else format(Nick,sizeof(Nick),"0");
return Nick;
}
Made by me
forward HowMuchPlayersAreInArea(Float:radi,Float:x,Float:y,Float:z);
public HowMuchPlayersAreInArea(Float:radi,Float:x,Float:y,Float:z)
{
new i;
new cplayers=0;
   for(i = 0; i < MAX_PLAYERS; i++)
   {
       if(PlayerToPoint(radi, i, x, y, z))
       {
       cplayers++;
}
}
return cplayers;
}
Made by me:)



#9
General Discussion / Legendary RP v0.1 (Finally)
January 23, 2011, 10:55:27 AM
Legendary RP v 0.1

,,Always different....Always better!''

Scripter:

  • freestyle_Shadow



SE:PD

Speed Enforcement : Police Dept.

[CHAT] freestyle_Alvin: We are proud of our officers who everytime brought the situation under control.

Commands:

Type 1
/c command :

report
robbank
robpaynspray
robphills
robryntonaide
nails
cuff
search
uncuff
pursuit
backup
cm
am
call
answer
hangup
shout
local
w
emsuit
emsuitoff
undercover
undercoveroff
emp
withdraw
deposit
buyweps
repair
buynails
thrownails
buycocaine
takecocaine
buyfood beer,pizza,sprunk etc...
buy phone
buydrugs
selldrugs
plantweed
growweed
takeweed
useweed
sellweed
etc....

Type 2
! command

!keycard
!wanted
!admins
!jobhelp
!cophelp
!drugshelp
!weedhelp
!help
!commands 1
!commands 2
!commands 3
!commands 4
!commands 5
!commands 6
!commands 7
!repair
!buybomb
!plantbomb
etc....

We got a lot of functions and some funny sistems like Keycard
Keycard is a pickup what is good hided.So,you need to find it.Finding it brings you 50k.Once picked up,the prize is claimed and you need to wait till the next day when the cities are changing.

IP: rp4ever.no-ip.org

#10
ShowRoom (pawn) / [RELEASED][RPG] Gamemode
January 06, 2011, 06:33:53 PM
Those weeks I will release a RPG Gamemode with some functions:





  • Special COP CLASS [SE:PD] Designed for freestyle server...
  • Killing a cop or a innocent guy reward a 2 wanted levels for innocent and 4 for cop
  • SetGrav,SpawnVehicle, general used functions
  • Drug buying,using
  • Cuff,bust,suspect
  • Cop cars are restricted for [SE:PD]
  • Emergency suits for [SE:PD] and special features
  • Wanted Level Shower


  • Scripters:
  • Me ;)

Nothing stolen from other scripts!

LINK = http://www.mediafire.com/?jesmszs0fwaaan8