stock LoadToysdings(playerid)
{
new
uFile[35];
format(uFile, 35, PATH, SpielerName(playerid));
INI_ParseFile(uFile, "LoadToys", .bExtra = true, .extra = playerid);
SetPlayerAttachedObject(playerid,
INT:PI[playerid][pindex],
INT:PI[playerid][pmodelid],
INT:PI[playerid][pboneid],
Float:PI[playerid][pfOffsetX],
Float:PI[playerid][pfOffsetY],
Float:PI[playerid][pfOffsetZ],
Float:PI[playerid][pfRotX],
Float:PI[playerid][pfRotY],
Float:PI[playerid][pfRotZ],
Float:PI[playerid][pfScaleX],
Float:PI[playerid][pfScaleY],
Float:PI[playerid][pfScaleZ]);
return 1;
}
Dies fehler kommen dann, finde es einfach nicht raus woran es liegen könnte
C:\Users\Asus\Desktop\GTA ZEUG\Scriptzeug\Sa-City\gamemodes\GeTmyselfmade.pwn(88445 -- 88446) : warning 213: tag mismatch
C:\Users\Asus\Desktop\GTA ZEUG\Scriptzeug\Sa-City\gamemodes\GeTmyselfmade.pwn(88445 -- 88447) : warning 213: tag mismatch
C:\Users\Asus\Desktop\GTA ZEUG\Scriptzeug\Sa-City\gamemodes\GeTmyselfmade.pwn(88445 -- 88448) : warning 213: tag mismatch