Jump to content

keri22

Membru
  • Posts

    150
  • Joined

  • Last visited

    Never

Posts posted by keri22

  1. pai decat asta imi da!? si acuma imi da asta : [pawn]C:\Users\oXiGen\Desktop\New folder\gamemodes\SAMP.pwn(565) : error 017: undefined symbol "mysql_retrieve_row"

    C:\Users\oXiGen\Desktop\New folder\gamemodes\SAMP.pwn(656) : error 017: undefined symbol "mysql_retrieve_row"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    2 Errors.[/pawn]

    A trebuit sa modific eu in gamemod ceva si acuma sa dus tot sv la vale:|

  2. ok asta mi-a mers dar uita-te la asta:|

    [pawn]C:\Users\oXiGen\Desktop\New folder\gamemodes\romaniarpg.pwn(69) : fatal error 100: cannot read from file: "foreach"

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    1 Error.

    [/pawn]

  3. Salut!

    Am si eu o problema cu " sscanf2 " ,imi da aceasta eroare [pawn]C:\Users\oXiGen\Desktop\New folder\gamemodes\romaniarpg.pwn(67) : fatal error 100: cannot read from file: "sscanf2"

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    1 Error.

    [/pawn]

    Ma pute-ti ajuta va rog?

  4. 	if(strcmp(cmdtext, "/usedrugs", true) == 0)
    	{
    	    if(IsPlayerConnected(playerid))
    	   	{
    	   	    if(PlayerBoxing[playerid] > 0)
    	        {
    	            SendClientMessage(playerid, COLOR_GREY, "   Cant use Drugs while you are fighting !");
    	            return 1;
    	        }
    			if(PlayerInfo[playerid][pDrugs] > 1)
    			{
    			    PlayerStoned[playerid] += 1;
    			    if(PlayerStoned[playerid] >= 2) { GameTextForPlayer(playerid, "~w~You are~n~~p~Stoned", 4000, 1); }
    			    new Float:health;
    			    GetPlayerHealth(playerid, health);
    			    if(PlayerInfo[playerid][pDrugPerk] > 0)
    			    {
    			        new hp = 2 * PlayerInfo[playerid][pDrugPerk]; hp += 20;
    					SetPlayerHealth(playerid, health + hp);
    			    }
    			    else
    			    {
    			        SetPlayerHealth(playerid, health + 20.0);
    			    }
    			    SendClientMessage(playerid, COLOR_GREY, "   2 Drug Grams used !");
    			    PlayerInfo[playerid][pDrugs] -= 2;
    			    if(STDPlayer[playerid]==1)
    				{
    				     STDPlayer[playerid] = 0;
    				     SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You are no longer infected with a STD anymore because of the Drugs !");
    				}
    				else if(STDPlayer[playerid]==2)
    				{
    				     STDPlayer[playerid] = 1;
    				     SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You lowered the STD to Chlamydia because of the Drugs !");
    				}
    				else if(STDPlayer[playerid]==3)
    				{
    				     STDPlayer[playerid] = 2;
    				     SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You lowered the STD to Gonorrhea because of the Drugs !");
    				}
    			}
    			else
    			{
    			    SendClientMessage(playerid, COLOR_GREY, "   You dont have any Drug Grams left !");
    			}
    		}//not connected
    		return 1;
    	}

    Incearc-o pe asta ,trebuie sa-ti mearga 100%

  5. uite la astea ma refer

    new AntiSpam = 0;
    new AntiAfk = 0;
    new AntiBunnyJump = 0;
    new AntiWeaponHack = 1;
    new AntiDriveBy = 1;
    new AntiInteriorHack = 0;
    new AntiMoneyHack = 1;
    new AntiJetpackHack = 0;
    new AntiFakeKill = 1;
    new AntiHighPing = 1;
    new MaxPing = 999;
    new AntiName = 1;

    Vreau sa le scot pe toate:D

  6. Prea multa viagra dauneaza

    Foarte tare faza :))

    Ar fii bine daca ai face si /givepills iti astept replay cu tot cu edit-ul fs  :evil: Il folosesc si e super bun!!! :evil:

    [move]FOLOSITIL CU INCREDERE MERITA E FOARTE BUN!!! :tongue:[/move]

  7. if (strcmp(cmdtext, "/credits", true)==0)
        {
        new name[MAX_PLAYER_NAME], strg[900];
        GetPlayerName(playerid, name, sizeof(name));
        format(strg,sizeof(strg),"{03E1FE}GameMode ({FC0303}GM{FFFFFF})\n - {00FF19}Creat de %s%s%s%s\n\n{03E1FE}FileScripts and Includes:\n\n - {FC0303}[xXx]Bogdan - {00FF19}Speedometter\n\n - {FC0303}oXiGen - {00FF19}Admin System\n\n - {FC0303}Zh3r0 - {00FF19}VUP System\n\n - {FC0303}oXidat - {00FF19}Drift Points Counter\n\n{03E1FE}Altii:\n\n - {03E1FE}Echipa de pe {00FF19}redzmax.com\n\n - {03E1FE}Useri de pe {00FF19}redzmax.com\n\n{FFFFFF}Si {FC0303}%s {FFFFFF}pentru ca joaca pe server!", GTimer,tmpc,Pme,jb,name);
        ShowPlayerDialog(playerid, 1111, DIALOG_STYLE_MSGBOX, "{00FF04}Server Credits", strg, "OK", "Cancel");
        return 1;
        }

    Uite toata comanda

  8. D:\Scripturi samp\aaa\gamemodes\DU.pwn(1491) : error 075: input line too long (after substitutions)

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    1 Error.

    Linia:

    GetPlayerName(playerid, name, sizeof(name));

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