SA-MP Forums Archive
[Help] Register and login - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Register and login (/showthread.php?tid=277934)



[Help] Register and login - Twinki1993 - 19.08.2011

Aight I get these errors when trying to compile my reg and login.
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1289) : error 017: undefined symbol "dialogid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1292) : error 017: undefined symbol "inputtext"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1292) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1293) : error 017: undefined symbol "response"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1293) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1294) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(129 : error 017: undefined symbol "inputtext"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1299) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1301) : error 017: undefined symbol "dialogid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1304) : error 017: undefined symbol "inputtext"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1304) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1305) : error 017: undefined symbol "response"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1305) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1306) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1309) : error 017: undefined symbol "inputtext"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1311) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Maxa\Desktop\SAMP server\gamemodes\teams.pwn(1315) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


I used this code:
http://pastebin.com/kqM17udD


Re: [Help] Register and login - =WoR=G4M3Ov3r - 19.08.2011

First of all, Why the hell did you include <a_samp> twice ?, And why'd you strip it from another Script ?, Ya gotta define the Undefined Symbols


Re: [Help] Register and login - Twinki1993 - 19.08.2011

I just found that pastebin. Not my fault I am newbie help me out


Re: [Help] Register and login - iPLEOMAX - 19.08.2011

All the codes that handle dialog stuff should be under "OnDialogResponse"
In that pastebin code, I saw it under "OnVehicleStreamOut"... lol?


Re: [Help] Register and login - Twinki1993 - 19.08.2011

I know I am bit newbie, I just got that Pastebin somewhere dunno where, I didn't make it


Re: [Help] Register and login - Kaperstone - 19.08.2011

here:
http://pastebin.com/H2MbpGuU

What changed?:
- deleted 1 line of #include <a_samp>
- moved the includes to the top
- moved the code from VehicleSteamOut to OnDialogResponse

0 errors found
0 warnings found

have fun


Re: [Help] Register and login - Twinki1993 - 20.08.2011

Thanks
warning 217: loose indentation


Re: [Help] Register and login - Twinki1993 - 20.08.2011

All good hope it will work


Re: [Help] Register and login - Kaperstone - 20.08.2011

oh and zcmd... https://sampforum.blast.hk/showthread.php?tid=239963
(forgot)
how to fix :: loose indentation :: http://forum.sa-mp.com/showthread.ph...se+indentation


Re: [Help] Register and login - Twinki1993 - 20.08.2011

I know I am not that big nab Just messing with u