Kann mir einer weiter helfen wieso man SERVER: Unknown command angezeigt wird ?
if (strcmp(cmdtext, "/bosco2", true)==0)
{
for(new p= 0;p<sizeof(Wasser);p++)
{
new Float:x, Float:y, Float:z;
GetActorPos(vp[p], x, y, z ) ;
if(IsPlayerInRangeOfPoint(playerid, 3.0, x, y, z))
{
SendClientMessage(playerid, COLOR_LIGHTGREEN, "Der Spieler wird versorgt.");
DestroyActor(vp[p]);
}
}
return 1;
}
MdG Bosco