3 Noob questions. (Might pay)
#3

To the first -
pawn Код:
if(!strcmp(cmdtext,"/sellart",true))
  {
    if(ART[playerid] > 0)
    {
      SendClientMessage(playerid,COLOR_GREEN,"________________Art Sold!_____________________________");
      SendClientMessage(playerid,COLOR_GREEN,"You sell your peace of art, To the art muesem.");
      ART[playerid]--;
      GivePlayerMoney(playerid,50);
      SendClientMessage(playerid,COLOR_GREEN,"+50 USD.");
      SendClientMessage(playerid,COLOR_GREEN,"________________________________________________________");
    }
    else SendClientMessage(playerid,COLOR_GREEN,"You don't have an art to sell!");
    return 1;
  }
Reply


Messages In This Thread
3 Noob questions. (Might pay) - by Sal_Kings - 06.09.2009, 13:22
Re: 3 Noob questions. (Might pay) - by dice7 - 06.09.2009, 13:53
Re: 3 Noob questions. (Might pay) - by Clavius - 06.09.2009, 13:56
Re: 3 Noob questions. (Might pay) - by Sal_Kings - 06.09.2009, 15:09

Forum Jump:


Users browsing this thread: 1 Guest(s)