11.05.2017, 03:03
Alguien podria ayudarme en esto por favor
Aqui todo el codigo
Код:
C:\Users\JONATAN\Desktop\diego\GM\filterscripts\peinados.pwn(400 -- 401) : warning 213: tag mismatch C:\Users\JONATAN\Desktop\diego\GM\filterscripts\peinados.pwn(400 -- 402) : warning 213: tag mismatch C:\Users\JONATAN\Desktop\diego\GM\filterscripts\peinados.pwn(400 -- 403) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings.
Код:
CabelloJugador(playerid)
{
new
uFile[35];
format(uFile, 35, PATH, GetName(playerid));
INI_ParseFile(uFile, "CargarPeinados", .bExtra = true, .extra = playerid);
SetPlayerAttachedObject(playerid,
INT:PlayerInfo[playerid][pindex],
INT:PlayerInfo[playerid][pmodelid],
INT:PlayerInfo[playerid][pboneid],
Float:PlayerInfo[playerid][pfOffsetX],
Float:PlayerInfo[playerid][pfOffsetY],
Float:PlayerInfo[playerid][pfOffsetZ],
Float:PlayerInfo[playerid][pfRotX],
Float:PlayerInfo[playerid][pfRotY],
Float:PlayerInfo[playerid][pfRotZ],
Float:PlayerInfo[playerid][pfScaleX],
Float:PlayerInfo[playerid][pfScaleY],
Float:PlayerInfo[playerid][pfScaleZ]);
return 1;
}


?