Pomoc

Započeo Zero[S], Jun 18, 2010, 13:00:26 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

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?


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))
{



Nije ti definiran NameTimer

cek ovak
forward NameTImer(); ????

da forward NameTimer();

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?

Ovako, ovo je LARP jelda?.. skini LARP SA NJEGOVIM INCLUDESIMA i s tim compilaj
Aequam memento rebus in arduis servare mentem.

Nije Uopče edit
Poslednja Izmena: Jun 21, 2010, 19:39:52 POSLE PODNE od Zero[S]