Jump to content

Konti.

Membru
  • Posts

    114
  • Joined

  • Last visited

Posts posted by Konti.

  1. vFvErU5.png

    Salut, am deschis de curand comunitatea Clout.Ro, si imi trebuie ceva baieti care sa ma ajute.


    Mi-ar trebui urmatorii :

    •  pentru forum :
    1. |  2 - 3 moderatori ;
    2. 1 baiat care ar putea face forumul cat se poate de frumos ;
    •  pentru server SA:MP 
    1. |  1 manager lideri ;
    2. |  2  - 3 admini 3+ care sa poate mentine activitatea pe server, evente, chestii ;
    3. |  1 - 2 Youtuberi sau baieti care ar putea face live pe Facebook, Youtube sau pe alte platforme ;

     De script ma ocup eu.

    Toti cei interesati ma contactati in PM, vreau baieti 16/17 +, NU DORESC COPII !!!

  2. On 7/29/2018 at 9:49 AM, Erik. said:
      Hide contents

    Parse error: syntax error, unexpected '?' in C:\xampp\htdocs\ucp\inc\vendor\illuminate\database\Eloquent\Model.php on line 593

    De la ce am eroarea aceasta?

     

    On 8/9/2018 at 5:46 PM, Alexandrew said:


    Parse error: syntax error, unexpected '?' in D:\xampp\htdocs\ucp\inc\vendor\illuminate\database\Eloquent\Model.php on line 593

    daca ar si merge...

    Ai rezolvat ?

     

  3. Vreau sa stiu daca a rezolvat cineva problema de la panelul lui @Mister.

    In orice caz, cum rezolv aceasta problema ?

     

    Spoiler

    Parse error: syntax error, unexpected '?' in /home2/localhost/public_html/panel/inc/vendor/illuminate/database/Eloquent/Model.php on line 593

     

  4. Am o problema, desi am scris in OnPlayerDeath, OnPlayerExitVehicle si la OnPlayerSpawn sa se destruga masina si sa dispara textdraw, nu-mi merge ...

    Spoiler

    if(gGamersLowRiders[0] != INVALID_PLAYER_ID)
        {
            if(StartServerRiders == true)
            {
                StartServerRiders = false;
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[0]);
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[1]);
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[2]);
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[3]);
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[4]);
                PlayerTextDrawHide(gGamersLowRiders[0], LRArrows[gGamersLowRiders[0]][0]);
                PlayerTextDrawHide(gGamersLowRiders[0], LRArrows[gGamersLowRiders[0]][1]);
                PlayerTextDrawHide(gGamersLowRiders[0], LRArrows[gGamersLowRiders[0]][2]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[0]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[1]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[2]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[3]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[4]);
                PlayerTextDrawHide(gGamersLowRiders[1], LRArrows[gGamersLowRiders[1]][0]);
                PlayerTextDrawHide(gGamersLowRiders[1], LRArrows[gGamersLowRiders[1]][1]);
                PlayerTextDrawHide(gGamersLowRiders[1], LRArrows[gGamersLowRiders[1]][2]);
                DestroyVehicle(PlayerVehicleID[gGamersLowRiders[0]]), DestroyVehicle(PlayerVehicleID[gGamersLowRiders[1]]);
                gGamersLowRiders[0] = INVALID_PLAYER_ID, gGamersLowRiders[1] = INVALID_PLAYER_ID;
                PlayerVehicleID[gGamersLowRiders[0]] = INVALID_VEHICLE_ID, PlayerVehicleID[gGamersLowRiders[1]] = INVALID_VEHICLE_ID;
                SetPlayerPosEx(gGamersLowRiders[1], 1653.9709,-1656.2483,22.5156);
                SetPlayerVirtualWorld(gGamersLowRiders[1], 0);
                SCM(gGamersLowRiders[1], -1, "Oponetul tau a iesit din masina sa, respectiv a pierdut .");
                SCM(gGamersLowRiders[1], -1, "Deci tu esti castigatorul si primesti 15.000 $ .");
                GivePlayerCash(gGamersLowRiders[1], 15000);
                SCM(gGamersLowRiders[0], -1, "Deoarece ai murit ai fost exclus din competitie .");
                SetPlayerVirtualWorld(gGamersLowRiders[0], 0);
            }
            else
            {
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[0]);
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[1]);
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[2]);
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[3]);
                TextDrawHideForPlayer(gGamersLowRiders[0], LRRightBox[4]);
                PlayerTextDrawHide(gGamersLowRiders[0], LRArrows[gGamersLowRiders[0]][0]);
                PlayerTextDrawHide(gGamersLowRiders[0], LRArrows[gGamersLowRiders[0]][1]);
                PlayerTextDrawHide(gGamersLowRiders[0], LRArrows[gGamersLowRiders[0]][2]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[0]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[1]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[2]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[3]);
                TextDrawHideForPlayer(gGamersLowRiders[1], LRRightBox[4]);
                PlayerTextDrawHide(gGamersLowRiders[1], LRArrows[gGamersLowRiders[1]][0]);
                PlayerTextDrawHide(gGamersLowRiders[1], LRArrows[gGamersLowRiders[1]][1]);
                PlayerTextDrawHide(gGamersLowRiders[1], LRArrows[gGamersLowRiders[1]][2]);
                DestroyVehicle(PlayerVehicleID[gGamersLowRiders[0]]), DestroyVehicle(PlayerVehicleID[gGamersLowRiders[1]]);
                gGamersLowRiders[0] = INVALID_PLAYER_ID, gGamersLowRiders[1] = INVALID_PLAYER_ID;
                PlayerVehicleID[gGamersLowRiders[0]] = INVALID_VEHICLE_ID, PlayerVehicleID[gGamersLowRiders[1]] = INVALID_VEHICLE_ID;
                SetPlayerPosEx(gGamersLowRiders[1], 1653.9709,-1656.2483,22.5156);
                SetPlayerVirtualWorld(gGamersLowRiders[1], 0);
                SetPlayerPosEx(gGamersLowRiders[0], 1653.9709,-1656.2483,22.5156);
                SetPlayerVirtualWorld(gGamersLowRiders[0], 0);
            }
        }

    E un sistem de lowriders, gGamersLowRider[0] e primul si respectiv gGamersLowRider[1] e al doilea jucator.

    Cand meciul se incepe, si cnv castiga toate acestea dispar, si am copiat codul de acolo si l-am bagat la functiile de mai sus ( OnPlayerDeath, OnPlayyerExitVehicle, OnPlayerSpawn), dar oricum nu merge ...

  5. Salut, la helperi as dori sa modific o chestie, vreau sa pun fiecarui helper sa-i vina cate o intrebare, deoarece acum vin o multime si se creaza un spam la helperi .

    Sa fie un fel de delay, intre intrebari de cateva secunde.

    Cum as putea face asta ?

     

  6. La 06.05.2017 la 0:11, s4uriK a spus:

    Gamemode postat cu Pawno-Include+Baza de Date,se compileaza perfect si functioneaza perfect!

    Link: http://www.mediafire.com/file/bts7ruwtsefezx8/BigZone+V1.021+Ultimate.rar

    Aceasta este versiunea 2017 actuala de pe serverul lor de acum,o sa constatati singuri
    Comanda /rrx ascunde buti de pe server si te lasa sa adaugi mai multi de 2,practic iti deblocheaza mesajul Nu te poti conecta de pe mai mult de 2 IP.
    Baza de date este creeata de la zero,nu am adaugat masini/case/bizuri acestea le puteti face singuri!

    Sunt foarte multe lucruri noi ! Succes in downloadarea lui!

    Un +1 mi-ar fi de folos, nu ma hranesc cu el, in semn de respect !! :D;)

    Cum pot adauga o factiune ?

  7. Salut, primesc eroarea aceasta in urc baza :
     

    Eroare
    Interogare SQL:
    
    
    INSERT INTO `users` (`id`, `name`, `password`, `Level`, `Admin`, `Helper`, `Premium`, `ConnectedTime`, `Registered`, `Sex`, `Age`, `Muted`, `MuteTime`, `Respect`, `Money`, `Bank`, `Crimes`, `Kills`, `Deaths`, `Arrested`, `WantedDeaths`, `WantedLevel`, `Job`, `Paycheck`, `Jailed`, `JailTime`, `Materials`, `Drugs`, `Leader`, `Member`, `Rank`, `CChar`, `FWarn`, `FPunish`, `Acceptpoints`, `LawSkill`, `MechSkill`, `DrugsSkill`, `FishSkill`, `MatSkill`, `RobSkill`, `pHealth`, `Team`, `Model`, `PhoneNr`, `House`, `Bizz`, `Pos_x`, `Pos_y`, `Pos_z`, `Rob`, `CarLicT`, `CarLic`, `FlyLicT`, `FlyLic`, `BoatLicT`, `BoatLic`, `FishLicT`, `FishLic`, `GunLicT`, `GunLic`, `PayDay`, `PayDayHad`, `Tutorial`, `Warnings`, `Rented`, `Fuel`, `WTalkie`, `Lighter`, `Cigarettes`, `Tow`, `Email`, `RegisterDate`, `lastOn`, `Banned`, `Victim`, `Status`, `CRank`, `Phone`, `Laptop`, `Accused`, `Crime1`, `Crime2`, `Crime3`, `BTemp`, `BYear`, `BMonth`, `BDay`, `BBy`, `BReason`, `ALeader`, `TruckerSkill`, `GarbageSkill`[...]
    MySQL zice: Documentație
    
    #1136 - Numarul de coloane nu corespunde cu numarul de valori la linia 1

    Baza se urca dar nu pot edita nimic.

    Am primit eroarea aceasta in urma editarii bazei de date, am editat-o in felul urmator :
    -Am adaugat CarKey6,[...] Carkey10 la CREATE TABLE `users` si INSERT INTO `users`
    -Am adaugat Slot6,[...] Slot10 la CREATE TABLE `users` si INSERT INTO `users`

    CarKey6-10 si Slot6-10 sunt in GameMode.

  8. Am un panel si as dori ca din el sa poti schimba email si sa poti schimba parola cu ajutorul emailului, adica sa nu poata fi furat contu.

    require 'inc/PHPMailerAutoload.php';
    $mail = new PHPMailer;
    $mail->isSMTP();
    $mail->Host = 'localhost';
    $mail->SMTPAuth = false;
    $mail->Username = '';
    $mail->Password = '';
    $mail->SMTPSecure = 'tls';
    $mail->Port = 25;

    Am aceasta si vr sa stiu ce trebuie sa schimb aici.

  9.  

    Acum 13 ore, Krusher a spus:

    Aceasta problema tine de gamemode, nu se seteaza corect Statuts-ul in baza de date. La OnPlayerConnect faci un query care sa seteze Status pe 1, la OnPlayerDisconnect sa seteze Status pe 2 iar la OnGameModeInit sa seteze Status 0 la toti (in caz ca au ramas cativa pe Status 1)


    Pai cum bag ? 
    new query Status(playerid); ???

×
×
  • 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.