Meine Warnings
S:\Server\gamemodes\Script.pwn(13653) : warning 208: function with tag result used before definition, forcing reparse
S:\Server\gamemodes\Script.pwn(13660) : warning 208: function with tag result used before definition, forcing reparse
S:\Server\gamemodes\Script.pwn(13667) : warning 208: function with tag result used before definition, forcing reparse
S:\Server\gamemodes\Script.pwn(13583) : warning 219: local variable "GetX" shadows a variable at a preceding level
S:\Server\gamemodes\Script.pwn(13583) : warning 219: local variable "GetY" shadows a variable at a preceding level
S:\Server\gamemodes\Script.pwn(13583) : warning 219: local variable "GetZ" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Die zeilen
-
stock Float:GetX(i)//13652
{
new Float:xasdf, Float:yasdf, Float:zasdf;
GetPlayerPos(i, xasdf, yasdf, zasdf);
return Float:xasdf;
}stock Float:GetY(i)
{
new Float:xasdf, Float:yasdf, Float:zasdf;
GetPlayerPos(i, xasdf, yasdf, zasdf);
return yasdf;
}stock Float:GetZ(i)
{
new Float:xasdf, Float:yasdf, Float:zasdf;
GetPlayerPos(i, xasdf, yasdf, zasdf);
return zasdf;
}