Jump to content

WicK.

Membru
  • Posts

    92
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by WicK.

  1. Acum 15 ore, R4zvyy a spus:

    XD,
     

    1. Bravo

    2. Mie m-o dat 100% identic fara $

    3. nu juca

    4. Ce te intereseaza cu gm fantoma alu HPQ123, ai testat gm b-hood in baza de date sa vezi.... Nu ma fa sa rad cu tine ma jur

    1. ms 

    2. Hai ca ti-a dat

    3. Nu voi juca.

    4. Am zis cumva ca gm lu HPQ e fantoma? si da am testat gm-u.

  2. edit: am rezolvat erorile, acu primesc 2 warning-uri:

    C:\Users\win\Desktop\gamemode\gamemode play-gaming\gamemodes\redhood.pwn(1389) : loose indentation
    C:\Users\win\Desktop\gamemode\gamemode play-gaming\gamemodes\redhood.pwn(26828) : loose indentation
    Pawn compiler 3.2.3664              Copyright (c) 1997-2017, ITB CompuPhase

  3. saluuut, folosesc gm-ul lui @Anurakisi cand activez comanda /bonus primesc erori.

    cod:

    C:\Users\win\Desktop\gamemode\gamemode play-gaming\gamemodes\redhood.pwn(1389) : loose indentation
    C:\Users\win\Desktop\gamemode\gamemode play-gaming\gamemodes\redhood.pwn(8344) : error 010: invalid function or declaration
    C:\Users\win\Desktop\gamemode\gamemode play-gaming\gamemodes\redhood.pwn(8345) : error 010: invalid function or declaration
    C:\Users\win\Desktop\gamemode\gamemode play-gaming\gamemodes\redhood.pwn(8352) : error 021: symbol already defined: "GivePlayerCash"
    C:\Users\win\Desktop\gamemode\gamemode play-gaming\gamemodes\redhood.pwn(8354) : error 021: symbol already defined: "SendClientMessage"
    C:\Users\win\Desktop\gamemode\gamemode play-gaming\gamemodes\redhood.pwn(8363) : error 010: invalid function or declaration
    C:\Users\win\Desktop\gamemode\gamemode play-gaming\gamemodes\redhood.pwn(26828) : loose indentation
    Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2017, ITB CompuPhase
    
    
    5 Errors.

    comanda:

    CMD:bonus(playerid, params[]) {
    	if(PlayerInfo[playerid][pLevel] > 1) return SCM(playerid, COLOR_GREY, "Nu ai level 1!");
    	{
    		PlayerInfo[playerid][pPremiumPoints] += 100; pUpdateInt(playerid, "PremiumPoints", 	PlayerInfo[playerid][pPremiumPoints]);
    		PlayerInfo[playerid][pPlayPoints] += 50; pUpdateInt(playerid, "PlayPoints", 	PlayerInfo[playerid][pPlayPoints]);
    		PlayerInfo[playerid][pLegendaryCrate] ++; pUpdateInt(playerid, "LegendaryCrate", 	PlayerInfo[playerid][pLegendaryCrate]);
    		PlayerInfo[playerid][pLevel] += 2; pUpdateInt(playerid, "Level", 	PlayerInfo[playerid][pLevel]);
    		SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]);
    		GivePlayerCash(playerid, 25000000);
    		updatelevel(playerid);
    		SendClientMessage(playerid, -1, "--------------------------------------------------------------------------------------");
    		SendClientMessage(playerid, COLOR_DCHAT, "Bonus: {ffffff} Ai primit ca bonus de bun venit :");
    		SendClientMessage(playerid, COLOR_DCHAT, ">> {ffffff}level 3");
    		SendClientMessage(playerid, COLOR_DCHAT, ">> {ffffff}100 de puncte premium");
    		SendClientMessage(playerid, COLOR_DCHAT, ">> {ffffff}50 de PlayPoints");
    	    SendClientMessage(playerid, COLOR_DCHAT, ">> {ffffff}suma de $25,000,000");
    	    SendClientMessage(playerid, COLOR_DCHAT, ">> {ffffff}si un Legendary Crate");
        	SendClientMessage(playerid, -1, "--------------------------------------------------------------------------------------");
    	}
    	return true;}

     

  4. La 06.04.2021 la 0:47, Mihaiandrey a spus:

    Un staf pentru versiunea 4 "adauga sistemu de /svf la toate factiunile inafara de mafii", " de facut shopul dp b hood gen alea cu account shop etc..", " Un logo ceva mai frumos"

    dar coaie simtiti-va in pana mea, dupa ce ca vi-l da free il mai vreti si 100% identic cu b-hood, vai de voi..

  5. Linia 1:         ShowPlayerDialog(playerid, SkinsActions[playerid] == 1 ? DIALOG_SKIN : DIALOG_SKINS, DIALOG_STYLE_MSGBOX,  "My Skins", SkinsActions[playerid] == 1 ? "Esti sigur ca vrei sa pui acest skin pe tine?" : "Esti sigur ca vrei sa stergi acest skin?",  "Da",  "Nu");

     

    Linia 2: strcat(stringg, strlen(CarInfo[idd][cText]) < 3 ? "9. Cumpara VIP\t{074700}(300 premium points)\n" ; "9. Cumpara VIP\t{074700}(300 premium points)\n");

  6. salut, am incercat sa compilez un gm cu pawno si cu sublime text 3, insa apar 5  erori, acestea sunt:

    C:\Users\win\Desktop\play-gaming\gamemodes\kenson.pwn(3610) : error 001: expected token: "-string end-", but found "-identifier-"
    C:\Users\win\Desktop\play-gaming\gamemodes\kenson.pwn(10365) : error 001: expected token: ":", but found ";"
    C:\Users\win\Desktop\play-gaming\gamemodes\kenson.pwn(10365) : warning 215: expression has no effect
    C:\Users\win\Desktop\play-gaming\gamemodes\kenson.pwn(10365) : error 001: expected token: ";", but found ")"
    C:\Users\win\Desktop\play-gaming\gamemodes\kenson.pwn(10365) : error 029: invalid expression, assumed zero
    C:\Users\win\Desktop\play-gaming\gamemodes\kenson.pwn(10365) : fatal error 107: too many error messages on one line
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    5 Errors.

     

  7. Acum 16 ore, matei_ a spus:

    Deschide fișierul php.ini și te uiți după

    
    post_max_size       = 8M
    upload_max_filesize = 2M
    max_execution_time  = 30
    max_input_time      = 60
    memory_limit        = 8M

    Apoi modifică liniile: post_max_size, uploade_max_filesize, max_execution_time, max_input_time, memory_limit.

    
    post_max_size = 750M 
    upload_max_filesize = 750M 
    max_execution_time = 5000 
    max_input_time = 5000 
    memory_limit = 1000M 

    Poți pune alte valori, nu neapărat cele pe care ți le-am dat eu.

     

    După ce ai pus noile valori, restartează XAMPP pentru ca noile setări să abiă efect (va dura ceva timp). Dacă primești următoarea eroare: "Script timeout passed if you want to finish import please resubmit same zip file and import will resume", intră în phpMyAdmin (phpMyAdmin\libraries\config.default.php) și modifică:

     

    
    /**
     * maximum execution time in seconds (0 for no limit)
     *
     * @global integer $cfg['ExecTimeLimit']
     */
    $cfg['ExecTimeLimit'] = 0;

    Totuși, ți-am atașat și baza de date curățată, poate te ajută.

    bazakenson.sql 87 kB · 0 descărcări

    cand urc baza apare: Fatal error: Maximum execution time of 30 seconds exceeded in D:\xampp\phpMyAdmin\libraries\classes\Session.php on line 189

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