15.02.2013, 18:48
pawn Код:
INI_WriteInt(gFile, "%s = CreateObject(%i, %i, %i, %i, %i, %i, %i /*Added by %s*/", gName, gModel, gPosX, gPosY, gPosZ, gRotX, gRotY, gRotZ, GetPlayerName(playerid));
//changes to
format(string, sizeof(string), "CreateObject(%i, %i, %i, %i, %i, %i, %i /*Added by %s*/", gModel, gPosX, gPosY, gPosZ, gRotX, gRotY, gRotZ, GetPlayerName(playerid));
INI_WriteString(gFile, gName, string);