[COMMAND] Help I made a command and I get this warning
#9

pawn Код:
if(strcmp(cmd, "/bizmoney", true) == 0)
{
  if(IsPlayerConnected(playerid))
 {
    if(PlayerInfo[playerid][pBizOwn] < 1)
{
     if(BizCash[playerid] = 0)
  {
          GivePlayerMoney(playerid, 500000);
          SendClientMessage(playerid, COLOR_GREEN, "You got 500.000$ from The State!");
BizCash[playerid] = 1;
  }
     if(BizCash[playerid] = 1)
  {
          SendClientMessage(playerid, COLOR_GREEN, "You can get your Business money tomorrow!");
SetTimerEx("ResetBizCash", 86400000, 0, "d", playerid);
BizCash[playerid] = 0;
}
}
}
return 1;
}
Look Bro' The Guy That Told To In the First Reply He told you to do like I did now Try to copy This I mean What I Wrote and just Write If you Have an Worning Or Eror Ok bro'?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)