Will this script work?
#2

pawn Код:
new randMSG = random(sizeof(RandomMSG));
SendClientMessageToAll(red, RandomMSG[randMSG]);
will have to be IN the
pawn Код:
public SendMSG()
{
 
}
like this

pawn Код:
public SendMSG()
{
new randMSG = random(sizeof(RandomMSG));
SendClientMessageToAll(red, RandomMSG[randMSG]);
}
edit:

pawn Код:
"Wolf bot: Visit our website http://www.wolvez.co.cc[url=http://]",
will show this URL thingy
Reply


Messages In This Thread
Will this script work? - by braduz - 31.08.2009, 10:07
Re: Will this script work? - by mirkoiz - 31.08.2009, 10:16
Re: Will this script work? - by braduz - 31.08.2009, 10:18
Re: Will this script work? - by mirkoiz - 31.08.2009, 10:20
Re: Will this script work? - by braduz - 31.08.2009, 10:22
Re: Will this script work? - by mirkoiz - 31.08.2009, 10:23
Re: Will this script work? - by braduz - 31.08.2009, 10:25
Re: Will this script work? - by mirkoiz - 31.08.2009, 10:32
Re: Will this script work? - by braduz - 31.08.2009, 10:45
Re: Will this script work? - by kokkie20 - 31.08.2009, 10:49

Forum Jump:


Users browsing this thread: 1 Guest(s)