Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Zero[S] poslato Jun 18, 2010, 13:00:26 POSLE PODNE

Naslov: Pomoc
Poruka od: Zero[S] poslato Jun 18, 2010, 13:00:26 POSLE PODNE
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(24992) : error 004: function "NameTimer" is not implemented
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(26406) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(26442) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"



Idem compile i ovo :S,kako to sloziti?
Naslov: Odg: Pomoc
Poruka od: |W|SoaD123 poslato Jun 18, 2010, 13:02:28 POSLE PODNE
postaj ovdje 24992 red
Naslov: Odg: Pomoc
Poruka od: Zero[S] poslato Jun 18, 2010, 13:05:34 POSLE PODNE
slozil sam ovo sad ovo ide :S
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(24995) : error 004: function "NameTimer" is not implemented
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(26409) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.


@SoaD123 ovako mi izgleda
od 24991 do 24999

public CustomPickups()
{
new Float:oldposx, Float:oldposy, Float:oldposz;
new string[128];
NameTimer();
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{


Naslov: Odg: Pomoc
Poruka od: Vilko poslato Jun 18, 2010, 13:26:14 POSLE PODNE
Nije ti definiran NameTimer
Naslov: Odg: Pomoc
Poruka od: Zero[S] poslato Jun 18, 2010, 13:35:26 POSLE PODNE
cek ovak
forward NameTImer(); ????
Naslov: Odg: Pomoc
Poruka od: |W|SoaD123 poslato Jun 18, 2010, 13:38:48 POSLE PODNE
da forward NameTimer();
Naslov: Odg: Pomoc
Poruka od: Zero[S] poslato Jun 18, 2010, 14:28:40 POSLE PODNE
radim dialog i sada mi ovo izbaci,tut radim po onom tutu

C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(2713) : warning 217: loose indentation
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(2928) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26269) : warning 217: loose indentation
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26306) : warning 209: function "OnDialogResponse" should return a value
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26307) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26309) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26311) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26313) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26319) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26325) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26330) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26333) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26335) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26337) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26339) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26345) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26351) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26357) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26363) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26369) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26375) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26381) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26387) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26393) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26399) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26405) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26411) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26417) : error 010: invalid function or declaration
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\GM.pwn(26423) : error 010: invalid function or declaration

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.


kako da popravim to?
Naslov: Odg: Pomoc
Poruka od: LuKsA poslato Jun 18, 2010, 15:50:22 POSLE PODNE
Ovako, ovo je LARP jelda?.. skini LARP SA NJEGOVIM INCLUDESIMA i s tim compilaj
Naslov: Odg: Pomoc
Poruka od: Zero[S] poslato Jun 19, 2010, 16:56:40 POSLE PODNE
Nije Uopče edit