Hallo Community,
Ich habe versucht zu machen das wenn man auf den server kommt eine nachricht für alle erschein : [Name] hat sich ins Spiel eingeklinkt!
public OnPlayerConnect(playerid)
{
format(string, sizeof(string), "%s hat sich ins Spiel eingeklinkt!", plname);
SendClientMessageToAll(0xAAAAAAAA, string);
return 1;
}
}
und wenn ich compiliere kommt ein warning
C:\DOKUME~1\KOYOUN~1\Desktop\NE71B8~1\GAMEMO~1\gtarp.pwn(2857) : warning 225: unreachable code
C:\DOKUME~1\KOYOUN~1\Desktop\NE71B8~1\GAMEMO~1\gtarp.pwn(44511) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 9508 bytes
Code size: 1639252 bytes
Data size: 10416888 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4466 cells (17864 bytes)
Total requirements:12082032 bytes
2 Warnings.
der warning " warning 203: symbol is never used: "GetPointDistanceToPointExMorph""
is nich so schlimm