Mein /goto Befehl
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmd, "/goto", true) == 0)
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "Verwendung: /goto [spielerid/teildesnamens]");#
Hab da iwo ein Klammerfehler ABER WO