My Scripting Questions
#2

pawn Код:
365:    new score = GetPlayerScore(playerid);
366:    if(score == 10 || score <= 10)
367:    {
368:        TextDrawShowForPlayer(playerid, level0);
369:        return 1;
370:    }
371:    if(score => 11 && score <= 100)
372:    {
373:        TextDrawShowForPlayer(playerid, level1);
374:        return 1;
375:    }
Reply


Messages In This Thread
My Scripting Questions - by xZacharias - 18.11.2011, 10:53
Re: My Scripting Questions - by CSSI - 18.11.2011, 10:56
Re: My Scripting Questions - by moadi - 18.11.2011, 10:57
Re: My Scripting Questions - by moadi - 18.11.2011, 11:00
Re: My Scripting Questions - by xZacharias - 18.11.2011, 11:12
Re: My Scripting Questions - by xZacharias - 18.11.2011, 11:33
Re: My Scripting Questions - by xZacharias - 18.11.2011, 19:08

Forum Jump:


Users browsing this thread: 1 Guest(s)