Author Topic: [R2] Cool Vcmp Server Script  (Read 3770 times)

0 Members and 1 Guest are viewing this topic.

Rocky 26722

  • Guest
[R2] Cool Vcmp Server Script
« on: March 13, 2014, 07:28:39 pm »
hi Guys

This Script Name Vc:Mp Mode By Falcon.................. I edit Some More Cmds Like

/c register and /c login System and brb and some Location or Pickup And cmds

Download Link:  [Link Removed]


This is My First Time Edit This Script

Sorry For My Bad English................. :(
« Last Edit: May 20, 2014, 12:47:29 am by Rocky 26722 »

Offline mrockxkingbutt

  • Crime Boss
  • ****
  • Posts: 373
  • I AM Best Scripter And You Are Not :P
    • View Profile
Re: [R2] Cool Vcmp Server Script
« Reply #1 on: March 13, 2014, 07:44:34 pm »
Have Many bugs

Brb

if player goes to brb anyone will kill him!

easily!

second bug

This Cannot Be Used As A Timer
Code: [Select]
public Healing(playerid)
{
TogglePlayerControllable(playerid, 1);
SetPlayerHealth( playerid, 100.0 );
SendClientMessage( playerid, COLOR_YELLOW, ">> You have been healed!" );
}

Code: [Select]
else if ( strcmp( cmd, "!heal", true ) == 0 )
   {
      new Float:Health; GetPlayerHealth( playerid, Health );
        if ( Health >= 100 ) SendClientMessage( playerid, COLOR_YELLOW, ">> Error: You are healthy." );
      else
      {
          TogglePlayerControllable(playerid,0);
          SetTimer("Healing",5000,0);
          SetPlayerHealth( playerid, 100.0 );
          GameTextForPlayer(playerid, "Healed.. ~w~5 Second wait.");
      }
      return 1;
      }

Make A Loop For It

Add

[pawn]PlayerIsHealing[MAX_PLAYERS];[/pawn]

Add This In Heal Command

[pawn]PlayerIsHealing[playerid] = 1;[/pawn]

use this public

[pawn]public Healing()
{
   for (i ;i < MAX_PLAYERS; i++) {
 if(IsPlayerConnected(i) {
if(PlayerIsHealing == 1) {
TogglePlayerControllable(i, 1);
SetPlayerHealth( i, 100.0 );
PlayerIsHealing = 0;
SendClientMessage( i, COLOR_YELLOW, ">> You have been healed!" );
}
}
}
return 1;
}
[/pawn]
« Last Edit: March 13, 2014, 08:00:00 pm by mrockxkingbutt »
My Servers Showroom!
www.jimxvcmpscripts.createaforum.com/

Quote from:  rohanaj60
i m a great script Editor

Rofl! lmao lol

Rocky 26722

  • Guest
Re: [R2] Cool Vcmp Server Script
« Reply #2 on: March 13, 2014, 09:45:23 pm »
Thank Bro You Check My Bugs Mistakes...And I Edit Your Heal System Work Correctly

Offline rohanaj60

  • Street Thug
  • *
  • Posts: 27
  • I am a great scripter :D
    • View Profile
Re: [R2] Cool Vcmp Server Script
« Reply #3 on: March 16, 2014, 11:16:23 am »
From which Application Do you Edit Rocky...

Rocky 26722

  • Guest
Re: [R2] Cool Vcmp Server Script
« Reply #4 on: March 31, 2014, 10:41:11 pm »
From which Application Do you Edit Rocky...

which you Wan't ? Rohanaj60