SA-MP Forums Archive
[DUV] Cmds - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [DUV] Cmds (/showthread.php?tid=162063)



[DUV] Cmds - Lucca_dias - 22.07.2010

Pessoal fiz um cmd de quando a pessoa digita /cmds aparece em textdraw os cmd , mais ele fica na tela e с sai qria que vcs me ajudasse colocar para aperta /cmds de novo ai desliga!

Код:
if(strcmp(cmdtext, "/cmds", true) == 0)
	{
        TextDrawShowForPlayer(playerid, CMDBOX);
		TextDrawShowForPlayer(playerid, text21);
		TextDrawShowForPlayer(playerid, text22);
		TextDrawShowForPlayer(playerid, text23);
		return true;
	}
Vlw - abraзos


Re: [DUV] Cmds - luandriftlogkdr - 22.07.2010

pawn Код:
if(strcmp(cmdtext, "/cmds", true) == 0)
    {
                TextDrawShowForPlayer(playerid, CMDBOX);
        TextDrawShowForPlayer(playerid, text21);
        TextDrawShowForPlayer(playerid, text22);
        TextDrawShowForPlayer(playerid, text23);
    return 1;
    }
pawn Код:
if(strcmp(cmdtext, "/cmdsoff", true) == 0)
    {
                TextDrawHideForPlayer(playerid, CMDBOX);
        TextDrawHideForPlayer(playerid, text21);
        TextDrawHideForPlayer(playerid, text22);
        TextDrawHideForPlayer(playerid, text23);
    return 1;
    }



Re: [DUV] Cmds - Lucca_dias - 22.07.2010

vlw ai conseguir


Re: [DUV] Cmds - RoamPT - 22.07.2010

Olha o double post sim?