Hi,
Habe ein Kleinen Fehler vll könnt ihr mir ja helfen...
Der Code
enum FBoxInfo
{
Float:FBoxPos_X,
Float:FBoxPos_Y,
Float:FBoxPos_Z,
FBoxVirtualWorld,
FBoxInterior,
};
new FraktionSavebox[1][FBoxInfo] =
{
{1262.3910,-773.5176,1091.9063,2,5}
};
if(strcmp("/fget", cmd, true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(IsPlayerInRangeOfPoint(playerid, 3.0, FraktionSavebox[FBoxPos_X], FraktionSavebox[FBoxPos_Y], FraktionSavebox[FBoxPos_Z])//Error Zeile
{
C:\Users\Viktor\Desktop\Infinity-Roleplay\gamemodes\Second-Roleplay.pwn(45262) : error 035: argument type mismatch (argument 3)
Bitte um Schnelle Hilfee