08.06.2012, 17:06
Interior and Virtual worlds are not floats
they are integers
hence - > - > - >
they are integers
hence - > - > - >
pawn Код:
new i, v;
i = dini_Int(file, "Interior" );
v = dini_Int(file, "VirtualWorld" );
SetPlayerInterior(playerid, i); //fix
SetPlayerVirtualWorld(playerid, v);//fix