Help Again xD
#8

you got the controllable on Command ?
example
blah blah I showed you the codes that show rules / help on my gamemode
pawn Код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
    if(clickedid == CLOSE[1])
    {
    /*************SERVER RULES***************/
    for(new i = 0;i<90;i++)
    {
     TextDrawHideForPlayer(playerid, CLOSE[1]);
     CancelSelectTextDraw(playerid);
     TextDrawHideForPlayer(playerid, RULES[i]);
    }
    }
    else if(clickedid == CLOSE[2])
    {
    /*************SERVER HELP***************/
    for(new i = 0;i<90;i++)
    {
     TextDrawHideForPlayer(playerid, CLOSE[2]);
     CancelSelectTextDraw(playerid);
     TextDrawHideForPlayer(playerid, HELP[i]);
    }
    }
    return 1;
}
try remove dat
pawn Код:
if(_:clickedid == INVALID_TEXT_DRAW)
    {
        for(new i; i<13; i++) TextDrawHideForPlayer(playerid, Undercover_TD[i]);
        return 1;
    }
Reply


Messages In This Thread
Help Again xD - by Mariciuc223 - 19.08.2015, 12:50
Re: Help Again xD - by LazyB0y - 19.08.2015, 15:22
Re: Help Again xD - by Mariciuc223 - 19.08.2015, 17:15
Re: Help Again xD - by Variable™ - 19.08.2015, 17:22
Re: Help Again xD - by Mariciuc223 - 19.08.2015, 18:30
Re: Help Again xD - by Mariciuc223 - 19.08.2015, 19:05
Re: Help Again xD - by Mariciuc223 - 20.08.2015, 06:59
Re: Help Again xD - by Toxik - 20.08.2015, 07:19
Re: Help Again xD - by Evocator - 20.08.2015, 07:59
Re: Help Again xD - by Mariciuc223 - 20.08.2015, 08:39

Forum Jump:


Users browsing this thread: 1 Guest(s)