Jump to content
  • Chatbox

    Load More
    You don't have permission to chat.

C:\Users\Carol\Desktop\blue2play\gamemodes\blue2play.pwn(30041) : error 014: invalid statement; not in switch C:\Users\Carol\Desktop\blue2play\gamemodes\blue2play.pwn(30041) : error 029: invalid expression, assumed zero


Recommended Posts

Posted

default: {
      format(gString, 66, "Infernus~n~~w~~h~you have %d crates.", totalcrates(i));
      PlayerTextDrawSetPreviewModel(i, CratePTD[0], 411);
      PlayerTextDrawSetString(i, CratePTD[1], gString);
      PlayerTextDrawShow(i, CratePTD[0]);
        if(CrateTime[i] <= 0) {
          if(Iter_Count(MyVehicle[i]) >= GetSlots(i)) { PlayerInfo[i][pCrates][4] ++; save_crates(i); SCM(i, COLOR_LIGHTGREEN, "Nu ai un slot liber");  CrateModel[i] = -1; KillTimer(TimerCratesEx[i]); return true; }
          else {
               KillTimer(TimerCratesEx[i]);
               CrateModel[i] = -1;
               GiveVehicle(i, 411, 0, 0, 0, 0, 0);
               format(gString, 120,"(( {7556ff}Premium V2 Crates {A9C4E4}- %s a deschis un crate si a primit Perrenial. ))", GetName(i));
               SCMTA(COLOR_CLIENT, gString);
            }

          }

       }
}

  • 1 year later...
Posted

Trebuie sa i faci la comanda un switch  da-mi mesaj pe discord ca te ajut daca nu ai reusit deja 

Semnat Gândesc, asta fac. Asta e treaba mea.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...