Hallo mein spaß Befehl klappt i-wie ncith ??
mein befehl if(strcmp("/fuck",cmdtext,true,10)==0)
	{
	SendClientMessagetoAll(ORANGE,"Ownzz war Böse!!Und leider Geil nciht wie ihr Opfas :D");
Mein error
error 010: invalid function or declaration
 
			
									
		Hallo mein spaß Befehl klappt i-wie ncith ??
mein befehl if(strcmp("/fuck",cmdtext,true,10)==0)
	{
	SendClientMessagetoAll(ORANGE,"Ownzz war Böse!!Und leider Geil nciht wie ihr Opfas :D");
Mein error
error 010: invalid function or declaration
Zeig uns doch mal denn >Ganzen< Befehl.
das ist der Ganze Befehl
Dann fehlt eindeutig am Ende ein }
Also:
if(strcmp,...)
{
   Dein Command
   return 1;
}
if(strcmp("/fuck",cmdtext,true,10)==0)
	{
        SendClientMessagetoAll(ORANGE,"Ownzz war Böse!!Und leider Geil nciht wie ihr Opfas :D");
        return 1;
        }
SendClientMessageToAll(color,msg[]);
Das To = t war klein.
 
							
							 
		