Hi,
ich möchte gerne das manche Pickups gesaved werden, aber leider habe ich ein paar fehler bzw. warnings.
Code:
public PlayerPickups(playerid)
{
if(dini_Exists("/Pickups/PlayerPickups1.ini"))
{
new Float:X4, Float:Y4, Float:Z4;
for(new i = 0; i < max_points; i++)
{
GetPlayerPos(playerid, X4, Y4, Z4);
dini_FloatSet("/Pickups/PlayerPickups1.ini", "%d = %d, %d ,%d "i, X4, Y4, Z4);
}
}
}
Fehler:
G:\SA-MP 0.3a\gamemodes\sap.pwn(13348) : error 001: expected token: "-string end-", but found "-identifier-"
G:\SA-MP 0.3a\gamemodes\sap.pwn(13348) : warning 215: expression has no effect
G:\SA-MP 0.3a\gamemodes\sap.pwn(13348) : warning 215: expression has no effect
G:\SA-MP 0.3a\gamemodes\sap.pwn(13348) : warning 215: expression has no effect
G:\SA-MP 0.3a\gamemodes\sap.pwn(13348) : warning 215: expression has no effect
G:\SA-MP 0.3a\gamemodes\sap.pwn(13348) : error 001: expected token: ";", but found ")"
G:\SA-MP 0.3a\gamemodes\sap.pwn(13348) : error 029: invalid expression, assumed zero
G:\SA-MP 0.3a\gamemodes\sap.pwn(13348) : fatal error 107: too many error messages on one line
hoffe ihr könnt mir helfen.
Mit freundlichen Grüßen:
-Apoolecu