Moin ich kriege 2 Errors im script.
Bitte um hilfe
C:\Users\AKIN\Desktop\^SErVER\pawno\include\morphinc.inc(3) : warning 219: local variable "x2" shadows a variable at a preceding level
C:\Users\AKIN\Desktop\^SErVER\pawno\include\morphinc.inc(3) : warning 219: local variable "y2" shadows a variable at a preceding level
C:\Users\AKIN\Desktop\^SErVER\pawno\include\morphinc.inc(3) : warning 219: local variable "z2" shadows a variable at a preceding level
C:\Users\AKIN\Desktop\^SErVER\pawno\include\Seifalk.inc(1) : error 010: invalid function or declaration
C:\Users\AKIN\Desktop\^SErVER\gamemodes\Script.pwn(23249) : error 017: undefined symbol "cwx2GetPlayerState"
C:\Users\AKIN\Desktop\^SErVER\gamemodes\Script.pwn(38413) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Users\AKIN\Desktop\^SErVER\gamemodes\Script.pwn(39991) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
die zeile 23248 bis 23252
{
SetPlayerPos(playerid, cwx2GetPlayerState(SendChat(GetPlayerState())), cwy2, cwz2);
}
SendClientMessage(playerid, COLOR_GRAD1, " Du wurdest teleportiert");
SetPlayerInterior(playerid,0);