Simple error fixing
#2

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 );
Reply


Messages In This Thread
Simple error fixing - by BloodGuy - 02.11.2011, 18:32
Re: Simple error fixing - by IstuntmanI - 02.11.2011, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)