Dialog Problem - 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)
+--- Thread: Dialog Problem (
/showthread.php?tid=336914)
Dialog Problem -
lordturhan - 24.04.2012
I always hated them -.-
pawn Код:
case DIALOG_APASS:
{
if (!response) return 0;
if(response)
{
if((inputtext) == PASS)
{
AdminAllowed[playerid] = 1;
}
}
}
It gives error
C:\Users\Turhan\Desktop\Dosyalar\Sa-MP!\filterscripts\AdminSystem.pwn(1625) : error 017: undefined symbol "PASS"
Re: Dialog Problem -
RollTi - 24.04.2012
pawn Код:
#define PASS YourPassHere
not sure but is that your [FS] or it was from other person [FS]?
Re: Dialog Problem -
lordturhan - 24.04.2012
Its a admin system based On Kush's tutoriol huh i make things my own and i tryed that didnt work