Selecting random vehicle with conditions
#6

Quote:
Originally Posted by TokicMajstor
Посмотреть сообщение
Код:
new const Float:RandomCars[][] = 
{
// Random ids here
    {456}, // 0
    {478}, // 1
    {567}, // 2
}
Uhm, what's the second array dimension for? These are not strings, ...

Код:
new const RandomCars[] = {
    456,
    478,
    567
};
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)