Author Topic: I need The Best Pawn File Script !  (Read 2937 times)

0 Members and 3 Guests are viewing this topic.

NOORAN

  • Guest
I need The Best Pawn File Script !
« 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 !

Offline Aqeel

  • Street Thug
  • *
  • Posts: 3
    • View Profile
Re: I need The Best Pawn File Script !
« Reply #1 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

NOORAN

  • Guest
Re: I need The Best Pawn File Script !
« Reply #2 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 !

Offline Jay

  • Street Thug
  • *
  • Posts: 12
  • Please don't criticize me. . . Scripting 4 Free
    • View Profile
    • Real Movie's
Re: I need The Best Pawn File Script !
« Reply #3 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"

NOORAN

  • Guest
Re: I need The Best Pawn File Script !
« Reply #4 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 !