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 - Jay

Pages: [1]
1
mIRC/pawn Scripting / Re: How to set to be a value between 50 and 100 ?
« on: February 14, 2012, 06:41:59 pm »
How to set to be a value between 50 and 100 ?

Code: [Select]
50 < random < 100

[pawn]
enum playplr
{
    plrr_id,
};
new PlayPlr [ ] [playplr] =
{
    {0},
    {1},
    {2},
    {3},
    {4},
    {5},
    {6},
    {7},
    {9},
    {10},
    {11},
    {12},
    {13},
    {14},
    {15},
    {16},
    {17},
    {18},
    {19},
    {20},
    {21},
    {22},
    {23},
    {24},
    {25},
    {26},
    {27},
    {28},
    {29},
    {30},
    {31},
    {32},
    {33},
    {34},
    {35},
    {36},
    {37},
    {38},
    {39},
    {40},
    {41},
    {42},
    {43},
    {44},
    {45},
    {46},
    {47},
    {48},
    {49},
    {50},
    {51},
    {52},
    {53},
    {54},
    {55},
    {56},
    {57},
    {58},
    {59},
    {60},
    {61},
    {62},
    {63},
    {64},
    {65},
    {66},
    {67},
    {68},
    {69},
    {70},
    {71},
    {72},
    {73},
    {74},
    {75},
    {76},
    {77},
    {78},
    {79},
    {80},
    {81},
    {82},
    {83},
    {84},
    {85},
    {86},
    {87},
    {88},
    {89},
    {90},
    {91},
    {92},
    {93},
    {94},
    {95},
    {96},
    {97},
    {98},
    {99},
    {100},
    {101},
    {102},
    {103},
    {104},
    {105},
    {106},
    {107},
    {108},
    {109},
    {110}
}
[/pawn]

2
mIRC/pawn Scripting / Re: Spawn problems?
« on: February 14, 2012, 06:40:31 pm »
Quote
World Bounds somehow you changed?

Code: [Select]

SetWorldBounds(Float:x_max,Float:x_min,Float:y_max,Float:y_min);


For total map need to be this:

Code: [Select]

SetWorldBounds(5000.0,-5000.0,5000.0,-5000.0);


Not working again player jumping and my Player statrt pos crash
[pawn]
public OnPlayerConnect(playerid)
{
   SetWaterLevel(6.0);
   SetGamespeed(100);
   SetWorldTime(7);
   SetGravity(100);
   GetPlayerName(playerid,jPlr[playerid],MAX_PLAYER_NAME);
       return 1;
}
[/pawn]

3
mIRC/pawn Scripting / Re: Spawn problems?
« on: February 14, 2012, 04:16:22 pm »
Yeah bro i put it,
But cop too spawn at mansion,,
I dont want that...
I want cop only spawn at police stations of different city,,
[pawn]
public OnPlayerSpawn(playerid)
{
           new rand1 = random(sizeof(PoliceSpawns));
        new rand2 = random(sizeof(MedicalSpawns));
        new rand3 = random(sizeof(ArmySpawns));
           SetPlayerPos(playerid,PoliceSpawns[rand1][spawnx],PoliceSpawns[rand1][spawny],PoliceSpawns[rand1][spawnz],0,0);
        SetPlayerPos(playerid,MedicalSpawns[rand2][spawnx],MedicalSpawns[rand2][spawny],MedicalSpawns[rand2][spawnz],0,0);
        SetPlayerPos(playerid,ArmySpawns[rand3][spawnx],ArmySpawns[rand3][spawny],ArmySpawns[rand3][spawnz],0,0);
   return 1;
}
[/pawn]

4
mIRC/pawn Scripting / Re: Spawn problems?
« on: February 14, 2012, 03:16:51 pm »
[pawn]
enum playerspawns {
    Float:spawnx,
    Float:spawny,
    Float:spawnz,
}
new RandomPlayerSpawns [ ] [playerspawns] =
{
{-999.5219   ,120.5592    ,9.2921},
   {-890.4131   ,-307.4079   ,11.0832},
   {-808.0995   ,-347.5157   ,10.7984},
   {-634.9841   ,-501.6519   ,11.0253},
   {-384.4496   ,-540.6746   ,17.2831},
   {205.3157    ,-502.1331   ,11.8203},
   {125.4754    ,-487.0941   ,12.1190},
   {33.2781     ,-642.0747   ,9.9650},
   {-614.8451   ,-1500.9324  ,8.8648},
   {-663.2899   ,769.8389    ,11.2795},
   {83.5795     ,-1461.6901  ,10.5655},
   {-1717.4724  ,-245.1584   ,14.8683},
   {-670.3488   ,607.9666    ,11.0845}
};
//theses go at the top
[/pawn]

[pawn]
public OnPlayerSpawn(playerid)
{
   new rand = random(sizeof(RandomPlayerSpawns));
   SetPlayerPos(playerid,RandomPlayerSpawns[rand][spawnx], RandomPlayerSpawns[rand][spawny], RandomPlayerSpawns[rand][spawnz],0,0);
   return 1;
}
[/pawn]

5
Support / Re: I have a question
« on: February 04, 2012, 08:22:45 pm »
If you changed IPs, you lost your rank.
If servers higher in rank are up, you lost your rank.
If your connection was bugging out, you never had that rank to begin with.

I still have my same ip

I waited all the way from the bottom to goto the top

and my connetion doesn't bug because i pay $80 for it every month

6
Support / I have a question
« on: February 04, 2012, 07:13:44 pm »
Why is my server loading from the bottom and i was like almost 10 spots from the top yesterday i was gonna open when i made it to the 6th spot now i have to wait again and every one i have about to test the server have to wait to. c'mon? :/

7
mIRC/pawn Scripting / Re: Creating Objects?
« on: February 01, 2012, 12:59:47 pm »
YOU TOO BITCH YOUR FUCKEN WHAT ARE YOU TWO MY MOM AND DAD YOU 2 DICK EACH OTHER EVERY NIGHT IF YOU DONT GET OFF MY BACK I WILL PERSONLY HAVE [761]Mr.Pimpn HACK YALL SHIT AND END YOUR MOUTHS HOME BOYs
Now you and that Mother fucker stormeus are pissing me off HOME BOY. . IF YOU LIVED OUT I WOULD WHOOP BOTH YO ASS'S GET OFF MY BACK BITCH
I can even speak English better than you.
I lol'd for 10 minutes when i saw you got Banned  in strike's post.

yazen [761]BackUp is a developt scripter i know him hes helping me with my server and im sorry but i dont need your help no more

8
mIRC/pawn Scripting / Re: neeeeeeed cmd for Gups
« on: January 28, 2012, 11:55:44 am »
Why would you Mess up a Perfectly GOOD SCRIPT

9
mIRC/pawn Scripting / Re: I need The Best Pawn File Script !
« on: January 28, 2012, 11:44:26 am »
Tell me How to Add News IN vcmp server means pawn file plz Help me and Suggest me Plz !

HEre

Code: [Select]
//First at the top add this
new RandomMSG[][] =
{
    "Random Message 1",
    "Random Message 2",
    "Random Message 3"
};

Code: [Select]
//then on GameMode
SetTimer("SendMSG", 60000, true);

Code: [Select]
//then add this add the top or at the bottom
forward SendMSG();

Code: [Select]
//Add this bottom of the script
public SendMSG()
{
    new randMSG = random(sizeof(RandomMSG));
    SendClientMessageToAll(COLOR, RandomMSG[randMSG]); // Replace the COLOR with your
}

Code: [Select]
new RandomMSG[][] =
{
    "You can add as much",
    "of the msg's as you want",
    "Random Message 3"
};

Code: [Select]
     "Random Message 5",
     "Random Message 6"

  • dont for to add the ( , ) after every new random Message and the last one Keep it blank like this

"Random Message 6"

10
Support / Re: Please help me, Please
« on: January 26, 2012, 11:08:12 am »
I'm guessing you're the person who ordered from me today. You have placed about 5 orders and only activated the one since i assumed the rest were erronous.

The server that i activated was for the non-pawn and non-squirrel version since that is what the order was for. If you jump on IRC and join the #hosting channel we can discuss changing it to whatever version you would like :)

If i buy a Server how do i get a offical one

Only administrator of VC:MP decides which server gets an official as it's status..

ok thanks Fuzzy

11
Support / Re: Please help me, Please
« on: January 26, 2012, 08:51:57 am »
I'm guessing you're the person who ordered from me today. You have placed about 5 orders and only activated the one since i assumed the rest were erronous.

The server that i activated was for the non-pawn and non-squirrel version since that is what the order was for. If you jump on IRC and join the #hosting channel we can discuss changing it to whatever version you would like :)

If i buy a Server how do i get a offical one

12
Support / Re: Wireless IP - How can i host my server ?
« on: January 06, 2012, 03:13:59 am »
Port forwarding.

First go here

http://www.portforward.com/

2nd. scroll down and find your router

mine is a d-link but this a lot of different one's

3rd. since there not a VC:MP 1 look 4 SA:MP

then follow the steps but bside 7777 put 5192

name: VC:MP Server
put this on 7777
  • 5192

ip: your ip goes here,
put this on 7777
  • 5192


and your done

and you cant find your router type just goto
  • start
  • [0]run


  • cmd
  • [0]ipconfig


  • subnet gateway
  • [0]type it in your address bar


  • and sign in
  • [0]goto portforwarding or advaned


  • and do the stuff up there

Pages: [1]