Üzenetek megjelenítése

Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.


Üzenetek - ReDDoXX / Brian Black

Oldalak: [1] 2 3
1
Segítségkérés / SeeRPG UCP help
« Dátum: 2017. Augusztus 29. - 21:52:44 »
Zárható, 5x-i ftp átnézés után sikerült megtalálni.

2
Segítségkérés / SeeRPG UCP help
« Dátum: 2017. Augusztus 29. - 21:31:49 »
@Smookey tessék urmám
 
 

3
Segítségkérés / SeeRPG UCP help
« Dátum: 2017. Augusztus 29. - 21:11:10 »
Hali, valaki megtudná mondani hogy SeeRPG UCP-ban hogy tudnám átírni egy adott frakció nevét?

4
Segítségkérés / Itt kérdezz warningot/error -t!
« Dátum: 2017. Augusztus 26. - 22:44:09 »
Tudnál segíteni a ysiben? Igen, használom, csak nem tudom mit hogy kéne átírni :(
 
 

5
Segítségkérés / Itt kérdezz warningot/error -t!
« Dátum: 2017. Augusztus 26. - 11:29:47 »
A legfrisebbet leszedtem, úgy is ugyanaz az error van.
 
 

6
Segítségkérés / Itt kérdezz warningot/error -t!
« Dátum: 2017. Augusztus 26. - 11:29:10 »
A legfrisebbet leszedtem, úgy is ugyanaz az error van.
 
 

7
Segítségkérés / Itt kérdezz warningot/error -t!
« Dátum: 2017. Augusztus 25. - 14:40:22 »
C:\\Users\\Lenovo\\Downloads\\valami\\gamemodes\\Roleplay.pwn(12953) : error 025: function heading differs from prototype
 
 
 
ez az error még mindig megvan :(

8
Segítségkérés / Itt kérdezz warningot/error -t!
« Dátum: 2017. Augusztus 24. - 21:34:53 »
Mi lehet a baj?
 
 
 
C:\\Users\\Lenovo\\Downloads\\valami\\gamemodes\\Roleplay.pwn(12953) : error 025: function heading differs from prototype
C:\\Users\\Lenovo\\Downloads\\valami\\gamemodes\\Roleplay.pwn(12971) : error 017: undefined symbol \"isseruid\"
 
 
 
az erroros pedig:
 

public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
    new Float:HP;
    GetPlayerHealth(playerid, HP);
    switch(weaponid)
    {
        case 4: SetPlayerHealth(playerid, HP-30.0);
        case 22: SetPlayerHealth(playerid, HP-25.0);
        case 32: SetPlayerHealth(playerid, HP-25.0);
        case 28: SetPlayerHealth(playerid, HP-25.0);
        case 30: SetPlayerHealth(playerid, HP-30.0);
        case 31: SetPlayerHealth(playerid, HP-21.0);
        case 34: SetPlayerHealth(playerid, HP-70.0);
        case 29: SetPlayerHealth(playerid, HP-25.0);
        case 25: SetPlayerHealth(playerid, HP-40.0);
    }
    if(isseruid != INVALID_PLAYER_ID)
    {
        if(isValidWeaponForSpecialHit(weaponid))
        {
            switch(bodypart)
            {
                case 3: sInfo[playerid][Chest] += 1;
                case 4: sInfo[playerid][Crotch] += 1;
                case 5: sInfo[playerid][LArm] += 1;
                case 6: sInfo[playerid][RArm] += 1;
                case 7: sInfo[playerid][LLeg] += 1;
                case 8: sInfo[playerid][RLeg] += 1;
                case 9:
                {
                    SetPlayerHealth(playerid, HP-70.0);
                    sInfo[playerid][Head] += 1;
                }
            }
        }
    }
}
isValidWeaponForSpecialHit(weaponid)
{
    return (weaponid == 22 || weaponid == 23 || weaponid == 24 || weaponid == 25 || weaponid == 26 || weaponid == 27 || weaponid == 28 || weaponid == 29 || weaponid == 30 || weaponid == 31 || weaponid == 32 || weaponid == 33 || weaponid == 34);
}

 
 

9
Segítségkérés / sscanf error
« Dátum: 2017. Július 14. - 19:26:34 »
Hali, ezt az errort a konzolban mi okozza? Szerveren pl /me és beírok valamit kiírja hogy /me < cselekvés > ...
 
[19:18:46] sscanf error: System not initialised.

10
Szkript kérések / Rablás parancs
« Dátum: 2017. Július 08. - 22:24:27 »
 
 
#define rablas
 
new boltrablas[128];
new rablas;
 
CMD:boltrablas(playerid, params[])
{
    if(rablas == 1) return SendClientMessage(playerid,-1, \"Jelenleg nem rabolhatod ki. 30 percenként lehet kirabolni!\");
    rablas = 1;
    if(IsPlayerInRangeOfPoint(playerid, 2.0, x, y, z))
    {
         new cash = (random(350-2500));
            format(boltrablas, sizeof(boltrablas), \"[RÁDIÓ] Diszpécser: Az egyik bolt jelenleg rablás alatt! Mindenki azonnal keresse meg a boltot és kapják el a rablót!\");
            SendFactionMessage(2, COLOR_GRAY,boltrablas);
        TogglePlayerControllable(playerid,0);
        SetTimer(\"unfreeze\", 120000, false);
        SetTimer(\"rablas\", 1800000, false);
 

        GivePlayerMoney(playerid, cash);
    }
 
    else SendClientMessage(playerid, 0xFF0000AA, \"Nem vagy boltban!\");
    return 1;
}
forward unfreeze(playerid);
public unfreeze(playerid)
{
......
TogglePlayerControllable(playerid,1);
return 1;
}
forward rablas();
public rablas()
{
ujra rabolhato....
rablas = 0;
return 1;
}
 
 
 
A nagy scripter egy egész módot megtud írni, de egy ilyen egyszerű parancsot nem xdd

11
Segítségkérés / Error
« Dátum: 2017. Július 08. - 18:00:03 »
Igen, minden levan zárva megfelelően.

12
Segítségkérés / Error
« Dátum: 2017. Július 08. - 17:44:10 »
Az errorokkal jöttek.
 
 

13
Segítségkérés / Object betöltési hiba
« Dátum: 2017. Július 08. - 16:54:58 »
Megoldva, zárható
 
 

14
Segítségkérés / Error
« Dátum: 2017. Július 08. - 16:50:25 »
Hali, valaki tudna segíteni ezek kijavításában?
 
 
 

C:\\Users\\Lenovo\\Downloads\\larppawno\\include\\mSelection.inc(196) : error 017: undefined symbol \"PlayerTextDrawSetPreviewModel\"
C:\\Users\\Lenovo\\Downloads\\larppawno\\include\\mSelection.inc(197) : error 017: undefined symbol \"PlayerTextDrawSetPreviewRot\"
C:\\Users\\Lenovo\\Downloads\\larppawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"mZoom\"
C:\\Users\\Lenovo\\Downloads\\larppawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"Zrot\"
C:\\Users\\Lenovo\\Downloads\\larppawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"Yrot\"
C:\\Users\\Lenovo\\Downloads\\larppawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"Xrot\"
C:\\Users\\Lenovo\\Downloads\\larppawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"modelindex\"
C:\\Users\\Lenovo\\Downloads\\larppawno\\include\\ELC_AC_BASE.inc(1098) : error 025: function heading differs from prototype
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(1572) : warning 202: number of arguments does not match definition
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(4664) : warning 202: number of arguments does not match definition
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(7058) : warning 213: tag mismatch
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(7101) : warning 213: tag mismatch
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(8080) : warning 213: tag mismatch
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(8120) : warning 213: tag mismatch
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(8159) : warning 213: tag mismatch
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(12953) : error 025: function heading differs from prototype
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(19877) : warning 213: tag mismatch
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(19885) : warning 213: tag mismatch
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(19893) : warning 213: tag mismatch
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(25004) : warning 202: number of arguments does not match definition
C:\\Users\\Lenovo\\Downloads\\Roleplay\\gamemodes\\Roleplay.pwn(25535) : warning 203: symbol is never used: \"Name\"
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
4 Errors.

 
 

15
Segítségkérés / Object betöltési hiba
« Dátum: 2017. Június 28. - 19:20:34 »
Igen, használok.
 
 

Oldalak: [1] 2 3
SimplePortal 2.3.7 © 2008-2024, SimplePortal