Jump to content

NERS

Membru
  • Posts

    77
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. NERS's post in Problema samp-server was marked as the answer   
    am rezolvat, am adaugat
    #define YSI_NO_MODE_CACHE
    la inceputul gm-ului
  2. NERS's post in Accessing element at index 501 past array upper bound 499 was marked as the answer   
    Am rezolvat, trebuia sa adaug la OnGamemodeInit() ' Iter_Init(PersonalVehicles) '
     
  3. NERS's post in Erori. was marked as the answer   
    new PlayerText: BoxSpeedo[3];
    schimbi codul primului textdraw cu asta:
        BoxSpeedo[0] = CreatePlayerTextDraw(playerid, 556.500000, 357.562500, "box");
        PlayerTextDrawLetterSize(playerid, BoxSpeedo[0], 0.000000, 0.849997);
        PlayerTextDrawTextSize(playerid, BoxSpeedo[0], 0.000000, 138.000000);
        PlayerTextDrawAlignment(playerid, BoxSpeedo[0], 2);
        PlayerTextDrawColor(playerid, BoxSpeedo[0], -1);
        PlayerTextDrawUseBox(playerid, BoxSpeedo[0], 1);
        PlayerTextDrawBoxColor(playerid, BoxSpeedo[0], 255);
        PlayerTextDrawSetShadow(playerid, BoxSpeedo[0], 0);
        PlayerTextDrawBackgroundColor(playerid, BoxSpeedo[0], 255);
        PlayerTextDrawFont(playerid, BoxSpeedo[0], 1);
        PlayerTextDrawSetProportional(playerid, BoxSpeedo[0], 1);
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.