Moin, wenn ich bei mir aufn Server komme und was tippe, kommt nix an.
Also wenn ich z.b. test tippe, kommt nix im Chat an.
Wisst ihr woran das liegt?
Thx Willi
Moin, wenn ich bei mir aufn Server komme und was tippe, kommt nix an.
Also wenn ich z.b. test tippe, kommt nix im Chat an.
Wisst ihr woran das liegt?
Thx Willi
Entweder Array Index out of bounds, Server Crash oder return 0; in OnPlayerText()
versuch mal das:
public OnPlayerText(playerid, text[])
{
return 1;
}
jo thx funzt wieder:D
musst "return 1;" machen