so es ist nicht das erste mal das ich so nen schei- fehler habe. Ich rall ihn nur nit:
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(771) : error 004: function "OnPlayerUpdate" is not implemented
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(879) : error 004: function "ChatLog" is not implemented
SQL
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(891) : error 017: undefined symbol "dcmd_kick"
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(891) : error 079: inconsistent return types (array & non-array)
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(892) : error 017: undefined symbol "dcmd_ban"
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(892) : error 079: inconsistent return types (array & non-array)
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(893) : error 017: undefined symbol "dcmd_email"
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(893) : error 079: inconsistent return types (array & non-array)
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(894) : error 017: undefined symbol "dcmd_announce"
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(894) : error 079: inconsistent return types (array & non-array)
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(895) : error 017: undefined symbol "dcmd_givemoney"
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(895) : error 079: inconsistent return types (array & non-array)
C:\Dokumente und Einstellungen\Administrator\Desktop\LS-TDM.pwn(896) : error 017: undefined symbol "dcmd_me"
Alles anzeigen
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(kick,4,cmdtext);
dcmd(ban,3,cmdtext);
dcmd(email,5,cmdtext);
dcmd(announce,8,cmdtext);
dcmd(givemoney,9,cmdtext);
dcmd(me,2,cmdtext);