[Pomoc] Dialog Error

Započeo [MX] MineCraft Kruno1407 SoaD Macaskill.cpp, Oktobar 07, 2010, 23:42:58 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 2 gostiju pregledaju ovu temu.

Imam problem sa loginom i registracijom u GF modu .. dobio sam ove errore

C:\Documents and Settings\Administrator\Desktop\Lockerz RP\gamemodes\gf.pwn(2008) : warning 217: loose indentation
C:\Documents and Settings\Administrator\Desktop\Lockerz RP\gamemodes\gf.pwn(2013) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\Administrator\Desktop\Lockerz RP\gamemodes\gf.pwn(2022) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\Administrator\Desktop\Lockerz RP\gamemodes\gf.pwn(6821) : warning 217: loose indentation
C:\Documents and Settings\Administrator\Desktop\Lockerz RP\gamemodes\gf.pwn(9227) : warning 217: loose indentation
C:\Documents and Settings\Administrator\Desktop\Lockerz RP\gamemodes\gf.pwn(28760) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\Documents and Settings\Administrator\Desktop\Lockerz RP\gamemodes\gf.pwn(28781) : error 017: undefined symbol "ShowPlayerDialog"
C:\Documents and Settings\Administrator\Desktop\Lockerz RP\gamemodes\gf.pwn(28810) : error 017: undefined symbol "ShowPlayerDialog"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

3 Errors.


Pomogajte!


warning 235: public function lacks forward declaration (symbol "OnDialogResponse")

ovo ces rjesiti tako da dodas ovo:

forward OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])

warning 217: loose indentation

ovo ces rjesiti tako da kod "#define"  dodas "#pragma tabsize 0"

error 017: undefined symbol "ShowPlayerDialog"

a ovo tako da otvoris ovaj link http://www.sa-mp.com/download.php i nadjes "SA-MP 0.3b R2 Windows Server" i to skines. zatim raspakiras i iz te dadoteke kopiras pawno file i zaljepis u file gdje ti se server nalazi i tako zamjenis.