Hey ich habe ein Befehl versucht zu erstellen doch es kommt wenn ich /s eingebe nur xXx schreit:
Mein Befehl:
ocmd:s(playerid,params[])
{
new Float:xs,Float:ys,Float:zs;
new string[128], text[128];
GetPlayerPos(playerid, xs, ys, zs);
format(string,sizeof(string), "%s schreit: %s", SpielerName(playerid), text);
for(new i=0; i<MAX_PLAYERS; i++)
{
if(!IsPlayerConnected(i))continue;
if(!IsPlayerInRangeOfPoint(i, CHAT_SCHREI, xs, ys, zs))continue;
SendClientMessage(i, WEISS, string);
}
return 1;
}
Keine Errors oder sonstiges