15.09.2013, 19:34
Okay, from what I see, there shouldn't be a problem with this very simple credits command. Here is the command
I also did the same with ZCMD.
Error:
pawn Код:
#include <a_samp>
if(strcmp("/credits", cmdtext, true, 10) == 0
{
SendClientMessage(playerid, -1, "Skyrocket (Scripter) MixMatch (Mapper)");
return 1;
}
Error:
Код:
C:\Users\dakota pittman\Desktop\samp03z_sv\filterscripts\credits.pwn(3) : error 010: invalid function or declaration C:\Users\dakota pittman\Desktop\samp03z_sv\filterscripts\credits.pwn(6) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.