Jump to content

KAPSu

Membru
  • Posts

    94
  • Joined

  • Last visited

    Never

Posts posted by KAPSu

  1. [pawn]C:\Users\Andrei\Desktop\pcs..pwn(35000) : error 017: undefined symbol "ListeningCarnival"

    C:\Users\Andrei\Desktop\pcs..pwn(35000) : warning 215: expression has no effect

    C:\Users\Andrei\Desktop\pcs..pwn(35000) : error 001: expected token: ";", but found "]"

    C:\Users\Andrei\Desktop\pcs..pwn(35000) : error 029: invalid expression, assumed zero

    C:\Users\Andrei\Desktop\pcs..pwn(35000) : fatal error 107: too many error messages on one line[/pawn]

    LInia:       if(ListeningCarnival != 0)

  2. Si am setat la /loadmission sa se activeze singure misiunile si nu stiu dece nu merge:

    Comanda:

    [pawn]if(strcmp(cmd, "/loadmission", true)==0)

    {

        if(IsPlayerConnected(playerid))

        {

    if (PlayerInfo[playerid][pAdmin] >= 1337)

    {

    tmp = strtok(cmdtext, idx);

    if(!strlen(tmp))

    {

    SendClientMessage(playerid, COLOR_GRAD1, "{00A1FF}USAGE{FFFFFF}: /loadmission [missionname]");

    return 1;

    }

    LoadMission(playerid,tmp);

    }

    else

    {

    SendClientMessage(playerid, COLOR_GRAD1, "Nu esti autorizat sa folosesti aceasta comanda!");

    }

    }

    return 1;

    }[/pawn]

  3. [pawn]C:\Users\Andrei\Desktop\godfather.pwn(1606) : error 025: function heading differs from prototype

    C:\Users\Andrei\Desktop\godfather.pwn(17451) : error 025: function heading differs from prototype

    C:\Users\Andrei\Desktop\godfather.pwn(19284) : error 035: argument type mismatch (argument 2)

    C:\Users\Andrei\Desktop\godfather.pwn(23345) : error 001: expected token: "-string end-", but found "-identifier-"

    C:\Users\Andrei\Desktop\godfather.pwn(23345) : warning 215: expression has no effect

    C:\Users\Andrei\Desktop\godfather.pwn(23345) : error 001: expected token: ";", but found "-string-"

    C:\Users\Andrei\Desktop\godfather.pwn(23345) : warning 215: expression has no effect

    C:\Users\Andrei\Desktop\godfather.pwn(23345) : error 001: expected token: ";", but found ")"

    C:\Users\Andrei\Desktop\godfather.pwn(23345) : fatal error 107: too many error messages on one line[/pawn]

    1606: forward OnPlayerLogin(playerid,password[]);

    17451: public OnPlayerLogin(playerid,password[])

    19284: OnPlayerLogin(playerid,tmppass);

    23345: format(string, sizeof(string), "%s "COLOR_WHITE"ataca teritoriul celor din %s", GetGangName(PlayerInfo[playerid][pLeader]), GetGangName(ZoneInfo[zoneid][zOwner]));

  4. [pawn]C:\Users\Andrei\Desktop\pawno\include\YSI\y_svar.inc(68) : fatal error 111: user error: Please define "MODE_NAME" before including y_svar.

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

    1 Error.

    [/pawn]

  5. [pawn]C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : error 012: invalid function call, not a valid address

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : warning 215: expression has no effect

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : error 001: expected token: ";", but found ")"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : error 029: invalid expression, assumed zero

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55264) : fatal error 107: too many error messages on one line

    [/pawn]

    Linia 55264: if(!OnFly[playerid]) StartFly(playerid);

  6. [pawn]C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(69) : error 021: symbol already defined: "FALSE"

    C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(70) : error 021: symbol already defined: "TRUE"

    C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(3197) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55261) : error 017: undefined symbol "StartFly"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55262) : error 017: undefined symbol "StopFly"[/pawn]

    Linia 55261: if(!OnFly[playerid]) StartFly(playerid);

    Linia 55262: else StopFly(playerid);

  7. [pawn]C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(121) : error 001: expected token: ";", but found "static"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(122) : error 055: start of function body without function header

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(124) : error 021: symbol already defined: "GetPlayerPos"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(126) : error 010: invalid function or declaration

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(127) : error 010: invalid function or declaration

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(128) : error 010: invalid function or declaration

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(130) : error 010: invalid function or declaration

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(133) : error 010: invalid function or declaration

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55262) : error 017: undefined symbol "StartFly"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55263) : error 017: undefined symbol "StopFly"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(56838) : warning 203: symbol is never used: "Pa"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(56838) : warning 203: symbol is never used: "Px"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(56838) : warning 203: symbol is never used: "Py"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(56838) : warning 203: symbol is never used: "boo"[/pawn]

    Linia 121: static SetPlayerLookAt(playerid,Float:x,Float:y);

    Linia 122: {

    Linia 124: GetPlayerPos(playerid, Px, Py, Pa);

    Linia 126: if (x <= Px && y >= Py) Pa = floatsub(180.0, Pa);

    Linia 127: else if (x < Px && y < Py) Pa = floatadd(Pa, 180.0);

    Linia 128: else if (x >= Px && y <= Py) Pa = floatsub(360.0, Pa);

    Linia 130: if (Pa >= 360.0)

    Linia 133: return;

    Linia 55262: if(!OnFly[playerid]) StartFly(playerid);

    Linia 55623: else StopFly(playerid);

    Linia 56838: Nu exista ultima este 56837 :((

  8. [pawn]C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(69) : error 021: symbol already defined: "FALSE"

    C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(70) : error 021: symbol already defined: "TRUE"

    C:\Users\Andrei\Desktop\Godfather SRZ\pawno\include\JunkBuster.inc(3197) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(121) : error 001: expected token: ";", but found "static"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(1321) : warning 201: redefinition of constant/macro (symbol "COLOR_RED")

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : error 017: undefined symbol "OnFly"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : warning 215: expression has no effect

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : error 001: expected token: ";", but found "]"

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : error 029: invalid expression, assumed zero

    C:\Users\Andrei\Desktop\Godfather SRZ\gamemodes\godfather.pwn(55255) : fatal error 107: too many error messages on one line[/pawn]

    Linia 121: static SetPlayerLookAt(playerid,Float:x,Float:y)

    LInia 55255: if(!OnFly[playerid]) StartFly(playerid);

  9. 1. Arata-ne comanda /mission :)

    2. Doar la /setrent face asa ? Daca da arata-ne si comanda /setrent

    3. Asa imi facea si mie , mie imi facea din cauza JB-ului incerca sa te uiti prin scriptfiles si poate vezi un folder pe acolo [JunKBuster]

    4. Inainte sa iti postezi problema citeste regulamentul deoarece nu ai voie sa-ti postezi Y!M ;)

    Ai -1 de la mine pentru necitirea regulamentului !

  10. Nume Script

    Random Weather

    Detalii Script

    Se schimba vremea in ordine aleatorie din 5 in 5 minute

    Buguri

    Daca gasiti vreun bug , nu ezitati sa-l postati.

    Credite

    KAPSu -> Creatorul FilterScript-ului

    Script Download

    LINK PWN: http://www.solidfiles.com/d/fbb9223b31/

    LINK AMX: http://www.solidfiles.com/d/d23351401e/

    LINK PASTEBIN: http://pastebin.com/tnMKMP3x - ATENTIE ! - Cand am uploadat FS-ul pe pastebin a mers totul ok dar cand sa finalizat uploadat-ul mi-au arat WeathersIDS -> una mai in fata una mai in spate o sa va dati seama! DECI PUNETI TOATE WEATHERS ID IN ACEEASI COLOANA CU ID-UL 0 DE LA WEATHERSID.

  11. Am sa va prezint primul meu FilterScript.

    Ce este?

    Este un Filterscript care va permite sa modificati culoarea numelui dumneavoastra.

    Cum sa-l utilizati?

    Descarcati-l, adaugati amx + pwn în dosarul "filterscripts" intrati în server.cfg si adaugati  "namecolorchanger" dupa "filterscripts"

    Poze:

    colorchangerj6tp.jpg

    LINK PWN: [download]http://www.solidfiles.com/d/b0701a96a4/[/download]

    LINK AMX: [download]http://www.solidfiles.com/d/ae18ffe76d/[/download]

    LINK PASTEBIN:[download] http://pastebin.com/kCTvG7yD[/download]

    Va Rog nu stergeti creditele !

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