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.


Messages - kitt85711

Pages: [1] 2 3 ... 5
1
General Discussion / Its Been a Long Time
« on: September 28, 2014, 04:32:49 am »
Hey guys, its been a VERY long time since I've been on VCMP. I just wanted to check in say hi to all who knows me. I really wish I could have been playing since all this time, but I cant afford anything right now. I don't have internet anymore not even dial up, and my computer sucks shit because it cant even play the simplest games. I would need to boost the ram and get a better graphics card otherwise just buy a new computer. But its been fun, and hope to game with you in the future. - Kittrell P.S. I am really hitting it off with my music, check out www.reverbnation.com/age15 I have too many songs to count but let me know what you guy's think. :) - Thank you!  8)

2
Snippet Showroom / Re: Skyfall Command
« on: April 21, 2013, 10:05:29 pm »
It's been a long as time since I've scripted so I'm going to try this to make it better.

(Ive tried to put the code in here but I forgot how to do it but I know how its done)

If you want people to spawn in the coordinates that you place hey thats fine but if people want to "skydive" where there at you have to define xyz with a float. Float: X, Float: Y, Float: Z;
Then GetPlayerPos of the player who said the command and then SetPlayerPos(playerid, x, y, z); With z I think, not totally sure but with z you can control how high that player is. Ex: SetPlayerPos(playerid, x, y, z+5); This is how I would make my slap command with a bit of drunk level.

3
Snippet Showroom / Re: Cuff cmds (NEED REPORT BUGS)
« on: December 17, 2012, 08:19:27 am »
The player dies because your practically drowning them with those coordinates. "-556.0719, -739.7675, 4.7610,0,0"

4
mIRC/pawn Scripting / Re: I need Money for !gotoloc
« on: September 25, 2012, 07:14:39 am »
Well it's kind of obvious that you past it with the rest of the else ifs. Its got to be behind the if and not further than the else.

[pawn]if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_WHITE, "Please log-in to your account." );
      else if ( !IsAuthorized( playerid, cmd ) ) SendClientMessage( playerid, COLOR_WHITE, "Sorry,You don't have access to use this command!" );
      else if ( !strlen( tmp ) ) SendClientMessage( playerid, COLOR_YELLOW, "USAGE: !gotoloc [Name]" );
      else[/pawn]

5
General Discussion / Re: I get an idea
« on: September 02, 2012, 11:08:19 am »
So there split by citys. I kinda get it. And it's Kittrell

6
General Discussion / Re: I get an idea
« on: August 28, 2012, 07:30:14 am »
How is that up to you? Since this is a multiplayer game weather your level one or not people will find other people on the map and join in and kill zombies

7
General Discussion / Re: I get an idea
« on: August 27, 2012, 08:52:46 am »
It still makes no sense to me. If people are on the survived team them there is no need for a surv team. If your talking about groups like group 1 of survteam and group 2 of servteam it's pointless too because its just a group

8
General Discussion / Re: I get an idea
« on: August 25, 2012, 08:35:18 am »
Even if he did if this guy is trying to make him his own its not necessarily sseby's. I could make one just with an ini file so it saves stats individually

9
General Discussion / Re: I get an idea
« on: August 25, 2012, 01:59:00 am »
Just a suggustion from me :). What is a ServTeam? & It would be best if you just added stats to that player. Instead of people picking infected skins and what not we all start as a human and if we get infected then we are forever unless there is a cure.

10
mIRC/pawn Scripting / A lil engine problem
« on: August 06, 2012, 08:27:16 pm »
I need a mechanic to fix my engine to get it running  ;D I made a system that turns off the engine but how do I get it to turn on. I have my timers and everything for /c start just it wont start :P. Wish you could add a Engine(vehicleid, bool); would be a lot simpler :P

11
mIRC/pawn Scripting / Re: how to put functions in pickups?
« on: August 02, 2012, 04:59:27 am »
You ask a lot of questions, I use to do that. And I still am! Well think about it. First you need your static pickup. AddStaticPickup(pickupid, pickupmodelid, x, y, z,);

Have that at the GameModeInt

And then you have OnPickedUp. figure it out from there.

12
mIRC/pawn Scripting / Re: Counting
« on: August 02, 2012, 04:56:27 am »
Well I'm using IsSuspected[MAX_PLAYERS] at the top but nothing left on the side. I only have something on the side to tell the script that they have to be suspected/wanted or if they are suspected or wanted. So I'm mostly using == and =. Hero made this wanted for me but this is never going to work because it can't count something that hasent been added. How would I fix this to compile with IsSuspected

[pawn]enum pwanted
{
   iswanted
}
[/pawn]

[pawn]
new wantedinfo[ MAX_PLAYERS ][ pwanted ];[/pawn]

[pawn]}
      else if ( strcmp( cmd, "wanted", true ) == 0 )
      {
      new szMsg[ 128 ];
      tmp = strtok( cmdtext, idx );
      if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "*****Please Log-In First*****" );
      else
      {
           for( new i = 0; i <= GetMaxPlayers(); i++ )
         if(wantedinfo[iswanted] == 1)
         {
         format( szMsg, sizeof( szMsg ), "Wanted List: %s",i);
         SendClientMessage(playerid, COLOR_YELLOW, szMsg );
         }
      }
      return 1;[/pawn]

13
mIRC/pawn Scripting / Re: Help me Hour my Server
« on: July 31, 2012, 02:39:24 pm »
You need to pay a host real money to host it or find a friend who is willing to host it 24/7 make sure he has a static ip. Another words an ip that doesn't change like dial-up internet can.

14
mIRC/pawn Scripting / Re: Help me
« on: July 29, 2012, 11:43:43 pm »
Good thing I have everyone's script and releases :p nah I wish but here it is. FULL CREDITS TO MEH FOR SAVING THIS SHIT FOR THE END OF THE WORLD. Errm end of the forums jk.

On the top

[pawn]new HaveBomb[MAX_PLAYERS];
new BombPlanted[MAX_VEHICLES];[/pawn]

OnPlayerDisconnect

[pawn] HaveBomb[playerid] = 0;[/pawn]


OnPlayerEnterVehicle

[pawn]public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{

SetVehicleToRespawn(vehicleid);

if(BombPlanted[vehicleid] == 1) {
SendClientMessage(playerid,0xAA3333AA,"You planted a bomb in the car, now your stuck in the car!");
SetVehicleHealth(vehicleid,0);
PutDirectlyInVehicle(playerid,vehicleid); // it keeps you in the car
BombPlanted[vehicleid] = 0;

}
return 1;[/pawn]



Command


[pawn]}
    else if(strcmp(cmd, "!buybomb", true) == 0) {
      new cash = GetPlayerMoney(playerid);
      if(HaveBomb[playerid] == 1) {
          SendClientMessage(playerid,0xAA3333AA,"You Already Have A Bomb!");
          }
      if(HaveBomb[playerid] == 0) {
      if(cash >= 3000) {
          SetPlayerMoney(playerid,cash - 3000);
          HaveBomb[playerid] = 1;
          SendClientMessage(playerid,0xFFFFFFAA,"You bought a bomb, and was deducted $ 3,000");
          }
      if(cash < 3000) {
          SendClientMessage(playerid,0xAA3333AA,"You don't have the money for a bomb! You need $ 3,000");
          }
          }
      return 1;
      }
   else if(strcmp(cmd, "!plantbomb", true) == 0) {
       if(IsPlayerInAnyVehicle(playerid)) {
         new vehicleid = GetPlayerVehicleID(playerid);
           if(HaveBomb[playerid] == 1) {
               if(BombPlanted[vehicleid] == 1) {
                   SendClientMessage(playerid,0xAA3333AA,"This car has a bomb in it already!");
                }
            if(BombPlanted[vehicleid] == 0) {
            BombPlanted[vehicleid] = 1;
            RemovePlayerFromVehicle(playerid);
            HaveBomb[playerid] = 0;
            SendClientMessage(playerid,0xFFFFFFAA,"The bomb was planted successfully");
            SendClientMessage(playerid,0xFFFFFFAA,"The next player to enter the car as a driver will be stuck in the car and the bomb will be detonated!");
            }
            }
         else {
             SendClientMessage(playerid,0xAA3333AA,"You must first buy a bomb !");
             }
      }
      else {
          SendClientMessage(playerid,0xAA3333AA,"You need to be in a vehicle !");
         }
      return 1;
      }[/pawn]



Your Welcome



15
mIRC/pawn Scripting / Re: Jail System
« on: July 25, 2012, 07:11:34 am »
Can someone help me with such a code? I'm not sure how to fix the errors and what to put for
[pawn]if (strcmp(GetPlayerLocation(playerid), "Vice-City-Prison-Washington-Beach-Vice-City-Beach", false) == 0){[/pawn]

Pages: [1] 2 3 ... 5