Jump to content
  • 0

Warning


Iulian

Question

Am luat un script de AICI

si cand sa compilez am warningurile astea

[pawn]C:\Users\Iuly\Desktop\samp03x_svr_R1-2_win32\filterscripts\toys.pwn(257 -- 258) : warning 213: tag mismatch

C:\Users\Iuly\Desktop\samp03x_svr_R1-2_win32\filterscripts\toys.pwn(257 -- 259) : warning 213: tag mismatch

C:\Users\Iuly\Desktop\samp03x_svr_R1-2_win32\filterscripts\toys.pwn(257 -- 260) : warning 213: tag mismatch

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

3 Warnings.[/pawn]

La randurile cu INT

[pawn]OnPlayerLogin(playerid)

{

    new uFile[35];

    format(uFile, 35, PATH, GetName(playerid));

    INI_ParseFile(uFile, "LoadToys", .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;

}[/pawn]

Rate me :)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.