08.04.2010, 14:34
when following this tut i found http://forum.sa-mp.com/index.php?topic=163560.0
but when i add this
this happens
[img width=1024 height=640]http://i39.tinypic.com/4v22qf.png[/img]
but when i add this
pawn Код:
public sendmsg ()
(
new Random2 = random (sizeof (RandomColors));
new randMSG = random (sizeof (RandomMSG));
SendClientMessageToAll (RandomColors [Random2] RandomMSG [randMSG]);
)
[img width=1024 height=640]http://i39.tinypic.com/4v22qf.png[/img]