COMMAND:cmds(playerid, params[])
{
// Send the command to all admins so they can see it
SendAdminText(playerid, \"/cmds\", params);
// Check if the player has logged in
if (APlayerData[playerid][LoggedIn] == true)
{
SendClientMessage(playerid, -1, \"Hosszú szöveg\");
SendClientMessage(playerid, -1, \"Szöveg\");
}
else
return 0;
// Let the server know that this was a valid command
return 1;
}
Erre fog dobni egy errort vagy warningot.Keresd meg majd, hogy hol és ott is töröld ki ami ehhez tartozik.