[Pomoć]

Započeo gargy001
21. Jul 2014. Zaključano
155
pregleda
5
postova
gargy001
4
Enforcer
21. Jul 2014.
Skripta koju koristim:
Detaljan opis problema: Error
C:\Documents and Settings\Administrator\Desktop\Crystal Life RolePlay X1 v2\gamemodes\X1.pwn(1035) : error 033: array must be indexed (variable "Podatci0")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

1 Error.

Dio skripte:

Linija 1035: if(clickedid == Podatci0)
Linija 1036:  {
Linija 1037:    ShowPlayerDialog(playerid,DIALOG_SIFRA, DIALOG_STYLE_INPUT, "Lozinka", "Unesite lozinku:", "Unesi", "Odustani");
Linija 1038:    }

TextDraw:
Podatci0 = CreatePlayerTextDraw(playerid, 94.444427, 156.074050, "Lozinka");
PlayerTextDrawLetterSize(playerid, Podatci0, 0.449999, 1.600000);
PlayerTextDrawAlignment(playerid, Podatci0, 1);
PlayerTextDrawColor(playerid, Podatci0, -1);
PlayerTextDrawSetShadow(playerid, Podatci0, 0);
PlayerTextDrawSetOutline(playerid, Podatci0, 1);
PlayerTextDrawBackgroundColor(playerid, Podatci0, 51);
PlayerTextDrawFont(playerid, Podatci0, 1);
PlayerTextDrawSetProportional(playerid, Podatci0, 1);
PlayerTextDrawSetSelectable(playerid, Podatci0, true);

Neke slike/video za lakse dobivanje pomoci(neobavezno)://
James_SmithXDl
6
OG Legend
21. Jul 2014.
if(clickedid == Podatci0)
  {
ShowPlayerDialog(playerid,DIALOG_SIFRA, DIALOG_STYLE_INPUT, "Lozinka", "Unesite lozinku:", "Unesi", "Odustani");
}

i preuredi naslov teme.
gargy001
4
Enforcer
21. Jul 2014.
C++ wrote on July 21, 2014, 1:57 pm:
if(clickedid == Podatci0)
  {
ShowPlayerDialog(playerid,DIALOG_SIFRA, DIALOG_STYLE_INPUT, "Lozinka", "Unesite lozinku:", "Unesi", "Odustani");
}

i preuredi naslov teme.

C:\Documents and Settings\Administrator\Desktop\Crystal Life RolePlay X1 v2\gamemodes\X1.pwn(1035) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

1 Warning.
James_SmithXDl
6
OG Legend
21. Jul 2014.
gledaj koristi to pod OnPlayerClickPlayertextdraw a ne pod OnPlayerClickTextdraw
i samo umesto
if(clickedid == Podatci0)
  {
ShowPlayerDialog(playerid,DIALOG_SIFRA, DIALOG_STYLE_INPUT, "Lozinka", "Unesite lozinku:", "Unesi", "Odustani");
}


ide
if(playertextid == Podatci0)
  {
ShowPlayerDialog(playerid,DIALOG_SIFRA, DIALOG_STYLE_INPUT, "Lozinka", "Unesite lozinku:", "Unesi", "Odustani");
}
Blaeks_Biofor
5
Forum Don
21. Jul 2014.
kada budete procitali pravila i ti i moderator onda otvori temu

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha