02.11.2011, 18:40
You can't use %(d,s,x,etc.) in arrays and parameters like playername, vehiclename, etc. You must to use formats and randoms:
Код:
switch( random( 3 ) )
{
case 0: first format
case 1: second format
case 2: third format
}
SendClientMessageToAll( color, string_name );

