- 0
Warning
-
Similar Content
-
- 2 answers
- 868 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Iulian
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
4 answers to this question
Recommended Posts