Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

NEzinau ka daryt?


Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4085 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

Sveiki darau admin lvl pagal sia pam http://www.supergame...iaisnew-update/

Meta error kai Idedu sita:

enum PlayerDB
{
Admin,
Vip,
Kills,
Deaths
}
new PlayerData[MAX_PLAYERS][PlayerDB];

error toks:

C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(9870) : warning 203: symbol is never used: "PlayerData"
Pawn compiler 3.2.3664	 Copyright (c) 1997-2006, ITB CompuPhase

1 Warning.

Kas blogai cia?

Redaguota , nario GoDeZ*
Nuoroda į komentarą
Dalintis per kitą puslapį

Kita klaida ?

C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : error 017: undefined symbol "label"
C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : warning 215: expression has no effect
C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : error 029: invalid expression, assumed zero
C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664	 Copyright (c) 1997-2006, ITB CompuPhase

4 Errors.

Nuoroda į komentarą
Dalintis per kitą puslapį

if(PlayerData[playerid][Admin] == 1)
{
label[playerid] = Create3DTextLabel("Admin I", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 1.0);
}
if(PlayerData[playerid][Admin] == 2)
{
label[playerid] = Create3DTextLabel("Admin II", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 1.0);
}
if(PlayerData[playerid][Admin] == 3)
{
label[playerid] = Create3DTextLabel("Admin III", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 1.0);
}

Nuoroda į komentarą
Dalintis per kitą puslapį

if(PlayerData[playerid][Admin] == 1)

{

label[playerid] = Create3DTextLabel("Admin I", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);

Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 1.0);

}

if(PlayerData[playerid][Admin] == 2)

{

label2[playerid] = Create3DTextLabel("Admin II", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);

Attach3DTextLabelToPlayer(label2[playerid], playerid, 0.0, 0.0, 1.0);

}

if(PlayerData[playerid][Admin] == 3)

{

label3[playerid] = Create3DTextLabel("Admin III", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);

Attach3DTextLabelToPlayer(label3[playerid], playerid, 0.0, 0.0, 1.0);

}

Redaguota , nario Hooligan
Nuoroda į komentarą
Dalintis per kitą puslapį

Sveiki darau admin lvl pagal sia pam http://www.supergame...iaisnew-update/

Meta error kai Idedu sita:

enum PlayerDB
{
Admin,
Vip,
Kills,
Deaths
}
new PlayerData[MAX_PLAYERS][PlayerDB];

error toks:

C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(9870) : warning 203: symbol is never used: "PlayerData"
Pawn compiler 3.2.3664	 Copyright (c) 1997-2006, ITB CompuPhase

1 Warning.

Kas blogai cia?

Čia rašo, kad tas "PlayerData" dar niekur nenaudotas...

o "if(PlayerData[playerid][Admin]==1)" PlayerData pakeisk į tą "PlayerDB" (be kabučių)

Tikiuosi padėjau :)

Redaguota , nario The-Dovis
Nuoroda į komentarą
Dalintis per kitą puslapį

Man dabar su situo reikia !

C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : error 017: undefined symbol "label"
C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : warning 215: expression has no effect
C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : error 029: invalid expression, assumed zero
C:\Documents and Settings\GoDeZ\Desktop\LSMP 0.0.3\gamemodes\LSMP.pwn(517) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664	 Copyright (c) 1997-2006, ITB CompuPhase

4 Errors.

Nuoroda į komentarą
Dalintis per kitą puslapį

new Text3D:label[ MAX_PLAYERS ];
if(PlayerData[playerid][Admin] == 1)
{
label[playerid] = Create3DTextLabel("Admin I", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 1.0);
}
if(PlayerData[playerid][Admin] == 2)
{
label[playerid] = Create3DTextLabel("Admin II", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 1.0);
}
if(PlayerData[playerid][Admin] == 3)
{
label[playerid] = Create3DTextLabel("Admin III", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 1.0);
}

Nuoroda į komentarą
Dalintis per kitą puslapį

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4085 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Prisijungti prie diskusijos

Palikti atsakymą galite iš karto, o užsiregistruoti vėliau. Jeigu jau turite paskyrą mūsų forume, Prisijunkite.

Svečias
Atsakyti šioje temoje...

×   Įklijuotas tekstas turi teksto formatavimą.   Pašalinti teksto formatavimą

  Galimi tik 75 veidukai.

×   Nuoroda buvo automatiškai įterpta.   Įterpti nuorodą paprastai

×   Jūsų ankstesnis pranešimas buvo atkurtas.   Išvalyti redaktorių

×   Jūs negalite įkelti nuotraukas tiesiogiai.Įkelkite arba įdėkite nuotraukas iš URL.

  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai



×
×
  • Sukurti naują...