VC:MP 0.3 > Snippet Showroom

Random Messages By Fast

(1/1)

[NYB]fast:p:
[pawn]
new RandomMessagesList[][] =
{
"Welcome Use !rules Before Playing",
"Want a weapon use !wep <name/id> Now!",
"New System by Fast",
};[/pawn]

Msg Timer
[pawn] SetTimer("RandomMessages", 50000, true);[/pawn]

Fuction On public
[pawn]forward RandomMessages();
public RandomMessages()//Public what sends the messages
{
SendClientMessageToAll(0xF6A113FF, RandomMessagesList[random(sizeof(RandomMessagesList))]);
}[/pawn]
My Server Showroom: www.nybsr.createaforum.com

Navigation

[0] Message Index

Go to full version