SA-MP Forums Archive
compiling error - 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: compiling error (/showthread.php?tid=168608)



compiling error - kamzaf - 16.08.2010

public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(register, 8, cmdtext);
dcmd(login, 5, cmdtext);
dcmd(logout, 6, cmdtext);
dcmd(password, 8, cmdtext);

return 0;
}
(there are more in the tp but if i put all of my text on it would fill this whole page)
when i try to save this i get this i get this error:

C:\Documents and Settings\Administrator\Desktop\GTA\GTA SERVER\filterscripts\adminf.pwn(87) : error 017: undefined symbol "dcmd_register"
C:\Documents and Settings\Administrator\Desktop\GTA\GTA SERVER\filterscripts\adminf.pwn(8 : error 017: undefined symbol "dcmd_login"
C:\Documents and Settings\Administrator\Desktop\GTA\GTA SERVER\filterscripts\adminf.pwn(89) : error 017: undefined symbol "dcmd_logout"
C:\Documents and Settings\Administrator\Desktop\GTA\GTA SERVER\filterscripts\adminf.pwn(90) : error 017: undefined symbol "dcmd_password"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
can anyone help it would be appreciated


Re: compiling error - kamzaf - 16.08.2010

fixed this now i need help with this
https://sampforum.blast.hk/showthread.php?tid=168623