Exclude 1 Weather ID
#1

Hey!. I'm working on improving my gamemode currently. I've added a timer so the the weather randomly changes every 2 minutes. The random is from weather ID's 1 to 150.

How do I exclude Weather ID 100 but have the rest of them? (Red and Black screen)

Reply
#2

Okay, this is example
pawn Код:
new rand = random(bla bla);

if(!rand == 100)
{
    //Now copy your code here
    return 1;
}
Sorry, I don't have time to explain you this now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)