one little bit help
#5

I don't really get what you mean but I'll show you the stuff I understand from your explanation

pawn Код:
new map = 0;
if(map == 1)
{
    //increase the variable by 1
    map ++;
}
//and so on
if(map == 20)
{
    //reset the variable
    map = 0;
}
Reply


Messages In This Thread
one little bit help - by ReD_HunTeR - 17.11.2013, 17:24
Re: one little bit help - by StuartD - 17.11.2013, 17:46
Re: one little bit help - by ReD_HunTeR - 18.11.2013, 14:39
Re: one little bit help - by Pottus - 18.11.2013, 14:45
Re: one little bit help - by Patrick - 18.11.2013, 14:48
Re: one little bit help - by ReD_HunTeR - 18.11.2013, 14:56
Re: one little bit help - by mamorunl - 18.11.2013, 14:58
Re: one little bit help - by ReD_HunTeR - 18.11.2013, 15:22
Re: one little bit help - by ReD_HunTeR - 18.11.2013, 17:48

Forum Jump:


Users browsing this thread: 4 Guest(s)