Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: NOORAN on January 26, 2012, 02:03:57 pm

Title: I need The Best Pawn File Script !
Post by: NOORAN on January 26, 2012, 02:03:57 pm
Tell me How to Add News IN vcmp server means pawn file plz Help me and Suggest me Plz !
Title: Re: I need The Best Pawn File Script !
Post by: Aqeel on January 27, 2012, 03:59:37 pm
Hello,
i m not Good enough but i thinsk
u have to look "Warchiefs v1.0" and "Black Panther 5"
 ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D
Title: Re: I need The Best Pawn File Script !
Post by: NOORAN on January 27, 2012, 09:24:15 pm
Man i Am Just Joking i Have my oWN Server and i Know Scripting I am Pawn Scripter :D Small Scripter Means New Scripter So i Know Scripting This is My Forum Join it and here u get anytype of Script and my server script WWW.CidServer.tk !
Title: Re: I need The Best Pawn File Script !
Post by: Jay 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"


"Random Message 6"
Title: Re: I need The Best Pawn File Script !
Post by: NOORAN on January 29, 2012, 01:20:12 pm
Sorr Jay Now i Didn't Need i add News Cmd Myself but i need Bomb Cmd Plant Suggest me That Plz !