Sorry my noobish.
#1

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp("/maps", cmdtext, true))
    {
      if(HasUsedMaps[playerid] == 1)
      {
            HasUsedMaps[playerid] = 1;
        TextDrawShowForPlayer(playerid, Maps);
        SendClientMessage(playerid, 0xFFFFFF, "* To close this box, type '/maps' again.");
            return 1;
        }
        else TextDrawHideForPlayer(playerid, Maps); HasUsedMaps[playerid] = 0;
    }
    return 0;
}
Код:
SERVER: Unkwnown Command.
What's wrong?
Reply


Messages In This Thread
Sorry my noobish. - by Hot - 06.09.2009, 22:13
Re: Sorry my noobish. - by CJ101 - 06.09.2009, 22:16
Re: Sorry my noobish. - by Hot - 06.09.2009, 22:18
Re: Sorry my noobish. - by RaFsTar - 06.09.2009, 22:24
Re: Sorry my noobish. - by [eLg]Timmy - 06.09.2009, 22:25
Re: Sorry my noobish. - by HuRRiCaNe - 06.09.2009, 22:42
Re: Sorry my noobish. - by RaFsTar - 06.09.2009, 22:45
Re: Sorry my noobish. - by [eLg]Timmy - 06.09.2009, 22:58

Forum Jump:


Users browsing this thread: 1 Guest(s)