Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: ...Neno... poslato Jun 27, 2011, 00:07:45 PRE PODNE

Naslov: [Pomoc] : Par errora!
Poruka od: ...Neno... poslato Jun 27, 2011, 00:07:45 PRE PODNE
Skripta koju koristim: BaySide RP (radim od 0.)
Detaljan opis problema: Izbaci mi par errora kad idem compile.
Dio skripte: //-//
Neke slike/video za lakse dobivanje pomoci(neobavezno): C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(89) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(90) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(91) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(351) : error 021: symbol already defined: "OnDialogResponse"
C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(371) : warning 204: symbol is assigned a value that is never used: "string"
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: [A]hidroKrilac poslato Jun 27, 2011, 00:10:32 PRE PODNE
daj sve warninge i taj error
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: ...Neno... poslato Jun 27, 2011, 00:16:21 PRE PODNE
Evo ti error

C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(371) : warning 204: symbol is assigned a value that is never used: "string"
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: [A]hidroKrilac poslato Jun 27, 2011, 00:17:27 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:16:21 PRE PODNE
Evo ti error

C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(371) : warning 204: symbol is assigned a value that is never used: "string"

:/ linija mi treba...ovo i sam vidim :D linija 371 iz gamemoda?
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: ...Neno... poslato Jun 27, 2011, 00:20:16 PRE PODNE
Citat: Ralph poslato Jun 27, 2011, 00:17:27 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:16:21 PRE PODNE
Evo ti error

C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(371) : warning 204: symbol is assigned a value that is never used: "string"

:/ linija mi treba...ovo i sam vidim :D linija 371 iz gamemoda?
GetPlayerName(playerid, name, sizeof(name));
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: [A]hidroKrilac poslato Jun 27, 2011, 00:21:03 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:20:16 PRE PODNE
Citat: Ralph poslato Jun 27, 2011, 00:17:27 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:16:21 PRE PODNE
Evo ti error

C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(371) : warning 204: symbol is assigned a value that is never used: "string"

:/ linija mi treba...ovo i sam vidim :D linija 371 iz gamemoda?
GetPlayerName(playerid, name, sizeof(name));



Izbrisi to
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: ...Neno... poslato Jun 27, 2011, 00:25:10 PRE PODNE
Citat: Ralph poslato Jun 27, 2011, 00:21:03 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:20:16 PRE PODNE
Citat: Ralph poslato Jun 27, 2011, 00:17:27 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:16:21 PRE PODNE
Evo ti error

C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(371) : warning 204: symbol is assigned a value that is never used: "string"

:/ linija mi treba...ovo i sam vidim :D linija 371 iz gamemoda?
GetPlayerName(playerid, name, sizeof(name));



Izbrisi to
C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(370) : warning 204: symbol is assigned a value that is never used: "string"  ;)

linija > new name[MAX_PLAYER_NAME], file[256], string[128];
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: [A]hidroKrilac poslato Jun 27, 2011, 00:26:18 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:25:10 PRE PODNE
Citat: Ralph poslato Jun 27, 2011, 00:21:03 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:20:16 PRE PODNE
Citat: Ralph poslato Jun 27, 2011, 00:17:27 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:16:21 PRE PODNE
Evo ti error

C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(371) : warning 204: symbol is assigned a value that is never used: "string"

:/ linija mi treba...ovo i sam vidim :D linija 371 iz gamemoda?
GetPlayerName(playerid, name, sizeof(name));



Izbrisi to
C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(370) : warning 204: symbol is assigned a value that is never used: "string"  ;)

linija > new name[MAX_PLAYER_NAME], file[256], string[128];

izbrisi ti string[128]
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: ...Neno... poslato Jun 27, 2011, 00:33:25 PRE PODNE
ima jos jedan error

C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(351) : error 021: symbol already defined: "OnDialogResponse"

to je ova {
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: [A]hidroKrilac poslato Jun 27, 2011, 00:34:31 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:33:25 PRE PODNE
ima jos jedan error

C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(351) : error 021: symbol already defined: "OnDialogResponse"

to je ova {

vidis da ti je to vec jednom definirano..samo brisi to..sto ti izbacuje takav error
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: [TG:RP]$--L84S--$ poslato Jun 27, 2011, 00:54:47 PRE PODNE
Citat: [SX-RP]...Neno... poslato Jun 27, 2011, 00:16:21 PRE PODNE
Evo ti error

C:\Documents and Settings\Administrator\Desktop\Kucni server\gamemodes\BS.pwn(371) : warning 204: symbol is assigned a value that is never used: "string"
Inace to ti znaci da imas vec definiran string i da nemozes dva puta definirat to uvijek obrises jedan.
a drugo za  OnDialogResponse Vec ti je definiran takdoer samo obrises.
Naslov: Odg: [Pomoc] : Par errora!
Poruka od: ...Neno... poslato Jun 27, 2011, 00:57:51 PRE PODNE
Hvala obadvojici,moze lock.